Skip to content

Commit

Permalink
try to fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sebffischer committed Oct 11, 2023
1 parent ae4f5ae commit 7d9c799
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rcmdcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,9 @@ jobs:
run: |
pak::pkg_install('reticulate')
reticulate::install_miniconda()
reticulate::conda_create('r-reticulate', python_version = '3.9')
reticulate::use_condaenv('r-reticulate')
install.packages('keras')
keras::install_keras(extra_packages = c('IPython', 'requests', 'certifi', 'urllib3', 'tensorflow-hub', 'tabnet'), method = "conda")
keras::install_keras(extra_packages = c('IPython', 'requests', 'certifi', 'urllib3', 'tensorflow-hub'), method = "conda")
reticulate::py_install(c('pytorch', 'pycox'), method = "conda")
shell: Rscript {0}

Expand Down

0 comments on commit 7d9c799

Please sign in to comment.