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 705235f commit d101fccCopy full SHA for d101fcc
.github/workflows/R-CMD-check.yaml
@@ -104,8 +104,8 @@ jobs:
104
run: |
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_miniconda('visual-testing')"
+ Rscript -e "reticulate::conda_install('r-reticulate', 'python-kaleido')"
+ Rscript -e "reticulate::use_miniconda('r-reticulate')"
109
Rscript -e "reticulate::py_config()"
110
Rscript -e "reticulate::conda_list()"
111
shell: bash
0 commit comments