Skip to content

Commit

Permalink
Ignore suggests
Browse files Browse the repository at this point in the history
  • Loading branch information
config-i1 committed Apr 9, 2024
1 parent cc2ccd5 commit cb8c5aa
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,17 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
# Don't check suggests to avoid Windows issues with doMC
dependencies: '"hard"'
cache: false
extra-packages: |
any::rcmdcheck
any::testthat
any::knitr
any::rmarkdown
any::numDeriv
any::doParallel
any::foreach
needs: check

- uses: r-lib/actions/check-r-package@v2
Expand Down

0 comments on commit cb8c5aa

Please sign in to comment.