Skip to content

Commit

Permalink
ci: force installation of miniconda
Browse files Browse the repository at this point in the history
Error from the CI:

Error: Error: Miniconda is already installed at path "~/.local/share/r-miniconda".
- Use `reticulate::install_miniconda(force = TRUE)` to overwrite the previous installation.
  • Loading branch information
sebffischer committed Oct 12, 2023
1 parent 7451e40 commit d592f43
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 @@ -57,7 +57,7 @@ jobs:
- name: Install Python
run: |
pak::pkg_install('reticulate')
reticulate::install_miniconda()
reticulate::install_miniconda(force = TRUE)
reticulate::use_condaenv('r-reticulate')
install.packages('keras')
reticulate::py_install("numpy")
Expand Down

0 comments on commit d592f43

Please sign in to comment.