Skip to content

Commit

Permalink
some debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
dfalbel committed Feb 28, 2024
1 parent fe6a917 commit fbbb583
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ jobs:
extra-packages: any::rcmdcheck
needs: check

- run: |
print(torch::torch_is_installed())
print(torch::backends_mps_is_available())
shell: Rscript {0}
- uses: r-lib/actions/check-r-package@v2
with:
error-on: '"error"'
Expand Down

0 comments on commit fbbb583

Please sign in to comment.