Skip to content

Commit

Permalink
only install 'imports'
Browse files Browse the repository at this point in the history
  • Loading branch information
csangara committed Aug 1, 2024
1 parent 0e91dac commit d5bc10d
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/check-installation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,7 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
dependencies: '"hard"'
extra-packages: any::rcmdcheck, local::.
needs: check

- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true
args: 'c("--no-examples", "--no-tests", "--no-vignettes", "--no-manual")'
build_args: 'c("--no-manual","--no-build-vignettes")'


0 comments on commit d5bc10d

Please sign in to comment.