Skip to content

Commit

Permalink
another batch of potential solutions
Browse files Browse the repository at this point in the history
  • Loading branch information
mtwesley committed Nov 26, 2024
1 parent 76805a2 commit f350a04
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: 'true'
R_COMPILE_AND_INSTALL_PACKAGES: 'never'
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
CUDA_VISIBLE_DEVICES: ""
CUDA_VISIBLE_DEVICES: 'FALSE'
RETICULATE_AUTOCONFIGURE: 'FALSE'

steps:
Expand Down Expand Up @@ -83,6 +83,7 @@ jobs:
any::remotes
any::reticulate
any::devtools
any::VGAM
# - name: Cache Python environment
# if: runner.os == 'Linux' || runner.os == 'macOS'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: 'true'
R_COMPILE_AND_INSTALL_PACKAGES: 'never'
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
CUDA_VISIBLE_DEVICES: ""
CUDA_VISIBLE_DEVICES: 'FALSE'
RETICULATE_AUTOCONFIGURE: 'FALSE'

steps:
Expand Down Expand Up @@ -65,6 +65,7 @@ jobs:
any::rcmdcheck
any::sessioninfo
any::devtools
any::VGAM
# - name: Cache Python environment
# if: runner.os == 'Linux' || runner.os == 'macOS'
Expand Down
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Imports:
tensorflow (>= 1.14.0)
Suggests:
devtools,
VGAM,
covr,
knitr,
rmarkdown,
Expand Down

0 comments on commit f350a04

Please sign in to comment.