Skip to content

Commit be29035

Browse files
committed
use miniconda
1 parent 62ebb73 commit be29035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
sudo chown -R $UID $CONDA
106106
Rscript -e "reticulate::install_miniconda()"
107107
Rscript -e "reticulate::conda_install('visual-testing', 'python-kaleido')"
108-
Rscript -e "reticulate::use_condaenv('visual-testing')"
108+
Rscript -e "reticulate::use_miniconda('visual-testing')"
109109
Rscript -e "reticulate::py_config()"
110110
Rscript -e "reticulate::conda_list()"
111111
shell: bash

0 commit comments

Comments
 (0)