Skip to content

Commit

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

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

0 comments on commit f082cc9

Please sign in to comment.