Skip to content

Commit

Permalink
Update bundling.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig authored Sep 12, 2024
1 parent 02d3081 commit 1868ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bundling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
shell: Rscript {0}
run: |
print(options("repos"))
remotes::install_deps(".", dep=TRUE)
remotes::install_deps(".", dep=TRUE, upgrade=FALSE)
- name: Bundle summaries
shell: Rscript {0}
Expand Down

0 comments on commit 1868ce2

Please sign in to comment.