Skip to content

Commit

Permalink
don't use pip
Browse files Browse the repository at this point in the history
  • Loading branch information
sebffischer committed Aug 29, 2023
1 parent c27f4c6 commit 5832cbf
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 @@ -61,7 +61,7 @@ jobs:
reticulate::use_condaenv('r-reticulate')
install.packages('keras')
keras::install_keras(extra_packages = c('IPython', 'requests', 'certifi', 'urllib3', 'tensorflow-hub', 'tabnet'), method = "conda")
reticulate::py_install(c('torch', 'pycox'), pip = TRUE)
reticulate::py_install(c('torch', 'pycox'), method = "conda")
shell: Rscript {0}

- uses: r-lib/actions/check-r-package@v2

0 comments on commit 5832cbf

Please sign in to comment.