Skip to content

Commit

Permalink
try setting hard dependencies in setup-r-dependencies step
Browse files Browse the repository at this point in the history
  • Loading branch information
dchiu911 committed Jan 16, 2024
1 parent 1d61d4b commit 072ef97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/R-CMD-check.yaml
Expand Up @@ -43,6 +43,7 @@ jobs:
with:
extra-packages: any::rcmdcheck
needs: check
dependencies: '"hard"'

- uses: r-lib/actions/check-r-package@v2
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-coverage.yaml
Expand Up @@ -25,6 +25,7 @@ jobs:
with:
extra-packages: any::covr
needs: coverage
dependencies: '"hard"'

- name: Test coverage
run: |
Expand Down

0 comments on commit 072ef97

Please sign in to comment.