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 e3b565e commit 73caad6Copy full SHA for 73caad6
.github/workflows/R-CMD-check.yaml
@@ -103,7 +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', channel = 'conda-forge')"
+ Rscript -e "reticulate::conda_install('r-reticulate', 'python-kaleido')"
107
+ Rscript -e "reticulate::use_condaenv('r-reticulate')"
108
Rscript -e "reticulate::py_config()"
109
Rscript -e "reticulate::conda_list()"
110
shell: bash
0 commit comments