Skip to content

Commit

Permalink
Merge pull request #9 from Boehringer-Ingelheim/install_suggested_pac…
Browse files Browse the repository at this point in the history
…kages_dependencies

install suggested dependencies before dependencies
  • Loading branch information
zsigmas authored May 31, 2024
2 parents 3ca8d7a + 10861c8 commit 0b98266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ runs:
steps:
- name: Install package dependencies 📄
run: |
pak::local_install_deps(".", upgrade=FALSE, ask=FALSE)
pak::local_install_deps(".", upgrade=FALSE, ask=FALSE, dependencies = TRUE)
shell: Rscript {0}


0 comments on commit 0b98266

Please sign in to comment.