Skip to content

Commit

Permalink
update ci to use hard deps for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
JosiahParry committed Aug 31, 2024
1 parent 31526a0 commit afb0cb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 60 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,13 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
dependencies: ${{ matrix.config.os == 'macos-latest' && '"hard"' || '"all"' }}
extra-packages: any::rcmdcheck
needs: check

- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true
error-on: '"error"'


60 changes: 0 additions & 60 deletions .github/workflows/cran-fedora-check.yaml

This file was deleted.

0 comments on commit afb0cb1

Please sign in to comment.