Skip to content

Commit

Permalink
add vanilla
Browse files Browse the repository at this point in the history
  • Loading branch information
Kdreval committed Jul 3, 2024
1 parent c0f75f7 commit da3f546
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()"
Rscript --vanilla -e "devtools::install()"

- 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 da3f546

Please sign in to comment.