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 73caad6 commit 52a4674Copy full SHA for 52a4674
.github/workflows/R-CMD-check.yaml
@@ -103,8 +103,8 @@ jobs:
103
if: matrix.config.visual_tests == true
104
run: |
105
sudo chown -R $UID $CONDA
106
- Rscript -e "reticulate::conda_install('r-reticulate', 'python-kaleido')"
107
- Rscript -e "reticulate::use_condaenv('r-reticulate')"
+ Rscript -e "reticulate::conda_install('visual-testing', 'python-kaleido')"
+ Rscript -e "reticulate::use_condaenv('visual-testing')"
108
Rscript -e "reticulate::py_config()"
109
Rscript -e "reticulate::conda_list()"
110
shell: bash
0 commit comments