Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijffels committed Jan 29, 2024
1 parent 8d6085f commit 2d91a49
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/R-CMD-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,15 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
args: 'c("--no-manual", "--as-cran")'
extra-packages: any::rcmdcheck
needs: check

- name: Install torch
run: |
Rscript -e "torch::install_torch()"
- uses: r-lib/actions/check-r-package@v2
with:
args: 'c("--no-manual", "--as-cran")'
upload-snapshots: true
error-on: '"error"'

0 comments on commit 2d91a49

Please sign in to comment.