Skip to content

Commit

Permalink
bug fix: update actions run command
Browse files Browse the repository at this point in the history
  • Loading branch information
Kdreval committed Jul 10, 2024
1 parent eebe6a7 commit 66cfdf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ jobs:

- name: Build package
run:
Rscript -e "devtools::install(repos = BiocManager::repositories())"
Rscript --vanilla -e "devtools::install(repos = BiocManager::repositories(), upgrade = FALSE)"

- name: Check package
run:
Rscript -e "devtools::check(vignettes = FALSE, args = '--no-examples')"
Rscript --vanilla -e "devtools::check(vignettes = FALSE, args = '--no-examples')"

- name: Upload check results
if: failure()
Expand Down

0 comments on commit 66cfdf9

Please sign in to comment.