We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62ebb73 commit be29035Copy full SHA for be29035
.github/workflows/R-CMD-check.yaml
@@ -105,7 +105,7 @@ jobs:
105
sudo chown -R $UID $CONDA
106
Rscript -e "reticulate::install_miniconda()"
107
Rscript -e "reticulate::conda_install('visual-testing', 'python-kaleido')"
108
- Rscript -e "reticulate::use_condaenv('visual-testing')"
+ Rscript -e "reticulate::use_miniconda('visual-testing')"
109
Rscript -e "reticulate::py_config()"
110
Rscript -e "reticulate::conda_list()"
111
shell: bash
0 commit comments