Skip to content

Commit

Permalink
use remotes::install_local
Browse files Browse the repository at this point in the history
  • Loading branch information
LiNk-NY committed Aug 15, 2024
1 parent 56a81e2 commit 326d91a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/basic_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Install dependencies
run: |
BiocManager::repositories()
remotes::install_deps(dependencies = TRUE, repos = BiocManager::repositories())
remotes::install_local(dependencies = TRUE, repos = BiocManager::repositories())
remotes::install_cran(c("rcmdcheck", "covr"))
shell: Rscript {0}

Expand Down

0 comments on commit 326d91a

Please sign in to comment.