Skip to content

Commit

Permalink
test build
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa104 committed Nov 21, 2024
1 parent 1382254 commit 8dc06a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# sudo -s eval "$sysreqs"
- name: Install dependencies
run: |
BiocManager::install(version = "3.21")
BiocManager::install(version = "3.21", ask = FALSE)
remotes::install_deps(dependencies = TRUE, repos = BiocManager::repositories())
remotes::install_cran("rcmdcheck")
shell: Rscript {0}
Expand Down

0 comments on commit 8dc06a2

Please sign in to comment.