File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -97,15 +97,26 @@ jobs:
97
97
uses : actions/setup-python@v2
98
98
with :
99
99
python-version : 3.8
100
+
101
+ - name : Install kaleido
102
+ if : matrix.config.visual_tests == true
103
+ run : |
104
+ Rscript -e "reticulate::py_config()"
105
+ Rscript -e "reticulate::conda_list()"
106
+ shell : bash
100
107
101
- # https://github.com/nextstrain/conda/issues/5
102
108
- name : Install kaleido
103
109
if : matrix.config.visual_tests == true
104
110
run : |
105
- sudo chown -R $UID $CONDA
111
+ echo $CONDA
112
+ sudo chown -R $UID $CONDA # https://github.com/nextstrain/conda/issues/5
106
113
Rscript -e "reticulate::install_miniconda()"
107
114
Rscript -e "reticulate::conda_install('r-reticulate', 'python-kaleido')"
108
115
Rscript -e "reticulate::use_miniconda('r-reticulate')"
116
+
117
+ - name : Install kaleido
118
+ if : matrix.config.visual_tests == true
119
+ run : |
109
120
Rscript -e "reticulate::py_config()"
110
121
Rscript -e "reticulate::conda_list()"
111
122
shell : bash
You can’t perform that action at this time.
0 commit comments