Skip to content

Commit

Permalink
try and fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sebffischer committed Aug 25, 2023
1 parent 150e08b commit 0a0d566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rcmdcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
pak::pkg_install('rstudio/reticulate')
reticulate::install_miniconda()
install.packages('keras')
keras::install_keras(extra_packages = c('IPython', 'requests', 'certifi', 'urllib3', 'tensorflow-hub', 'tabnet'))
keras::install_keras(extra_packages = c('IPython', 'requests', 'certifi', 'urllib3', 'tensorflow-hub', 'tabnet'), method = "auto", conda = "auto"))
reticulate::py_install(c('torch', 'pycox'), pip = TRUE)
shell: Rscript {0}

Expand Down

0 comments on commit 0a0d566

Please sign in to comment.