File tree Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -97,29 +97,15 @@ 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
107
100
108
101
- name : Install kaleido
109
102
if : matrix.config.visual_tests == true
110
103
run : |
111
- echo $CONDA
112
104
sudo chown -R $UID $CONDA # https://github.com/nextstrain/conda/issues/5
113
105
Rscript -e "reticulate::install_miniconda()"
114
106
Rscript -e "reticulate::conda_install('r-reticulate', 'python-kaleido')"
107
+ Rscript -e "reticulate::conda_install('r-reticulate', 'plotly', channel = 'plotly')"
115
108
Rscript -e "reticulate::use_miniconda('r-reticulate')"
116
-
117
- - name : Install kaleido
118
- if : matrix.config.visual_tests == true
119
- run : |
120
- Rscript -e "reticulate::py_config()"
121
- Rscript -e "reticulate::conda_list()"
122
- shell : bash
123
109
124
110
- name : Session info
125
111
run : |
You can’t perform that action at this time.
0 commit comments