Skip to content

Commit

Permalink
Update r-daily.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
b-rodrigues authored Apr 5, 2024
1 parent 306e3a8 commit 203a6e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/r-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ jobs:
git fetch origin
git merge origin/r-daily
git fetch upstream
# in case of conflict, uncomment the next line
git checkout upstream/master -- pkgs/development/r-modules/default.nix
#git merge upstream/master
# in case of conflict, uncomment the next line and comment the last
#git checkout upstream/master -- pkgs/development/r-modules/default.nix
git merge upstream/master
- name: Update R packages
run: |
Expand Down

0 comments on commit 203a6e3

Please sign in to comment.