Skip to content

Commit 52a4674

Browse files
committed
use a special conda env
1 parent 73caad6 commit 52a4674

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +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')"
107-
Rscript -e "reticulate::use_condaenv('r-reticulate')"
106+
Rscript -e "reticulate::conda_install('visual-testing', 'python-kaleido')"
107+
Rscript -e "reticulate::use_condaenv('visual-testing')"
108108
Rscript -e "reticulate::py_config()"
109109
Rscript -e "reticulate::conda_list()"
110110
shell: bash

0 commit comments

Comments
 (0)