Skip to content

Commit

Permalink
👷 attempt to limit dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bunop committed Jun 24, 2024
1 parent c76f493 commit 4ac6823
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
- uses: r-lib/actions/setup-r-dependencies@v2
with:
cache-version: 2
dependencies: '"hard"'
extra-packages: |
any::rcmdcheck
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
- uses: r-lib/actions/setup-r-dependencies@v2
with:
cache-version: 2
dependencies: '"hard"'
extra-packages: |
any::rcmdcheck
any::lintr
- name: Lint
Expand Down

0 comments on commit 4ac6823

Please sign in to comment.