Skip to content

Commit

Permalink
install numpy as well
Browse files Browse the repository at this point in the history
  • Loading branch information
sebffischer committed Oct 11, 2023
1 parent f082cc9 commit f02a308
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rcmdcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
reticulate::install_miniconda()
reticulate::use_condaenv('r-reticulate')
install.packages('keras')
reticulate::py_install("numpy")
survivalmodels::install_pycox(pip = TRUE, install_torch = TRUE)
survivalmodels::install_keras(pip = TRUE, install_tensorflow = TRUE)
shell: Rscript {0}
Expand Down

0 comments on commit f02a308

Please sign in to comment.