Skip to content

Commit 73caad6

Browse files
committed
:fingers-crossed:
1 parent e3b565e commit 73caad6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ jobs:
103103
if: matrix.config.visual_tests == true
104104
run: |
105105
sudo chown -R $UID $CONDA
106-
Rscript -e "reticulate::conda_install('r-reticulate', 'python-kaleido', channel = 'conda-forge')"
106+
Rscript -e "reticulate::conda_install('r-reticulate', 'python-kaleido')"
107+
Rscript -e "reticulate::use_condaenv('r-reticulate')"
107108
Rscript -e "reticulate::py_config()"
108109
Rscript -e "reticulate::conda_list()"
109110
shell: bash

0 commit comments

Comments
 (0)