Skip to content

Commit

Permalink
Try to resolve pak dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Noam Ross committed Nov 14, 2023
1 parent 922ecc7 commit 62a4b5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: ${{ matrix.config.os }} (${{ matrix.config.r }})

strategy:
fail-fast: true
fail-fast: false
matrix:
config:
- {os: macos-latest, r: 'release'}
Expand All @@ -41,7 +41,7 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
extra-packages: any::sessioninfo, any::rcmdcheck
needs: check

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

0 comments on commit 62a4b5f

Please sign in to comment.