Skip to content

Commit

Permalink
force installation of suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Mar 10, 2021
1 parent 57a8b87 commit 32503fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/revdep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
_R_CHECK_CRAN_INCOMING_REMOTE_: false
run: |
options(crayon.enabled = TRUE)
revdepcheck::revdep_check(timeout = as.difftime(90, units = "mins"), bioc = TRUE)
revdepcheck::revdep_check(timeout = as.difftime(90, units = "mins"), bioc = TRUE, env = revdepcheck::revdep_env_vars(force_suggests = TRUE))
shell: Rscript {0}

- name: Upload check results
Expand Down

0 comments on commit 32503fd

Please sign in to comment.