Skip to content

Commit 03c9f42

Browse files
committed
progress
1 parent 9519cab commit 03c9f42

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

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

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -97,29 +97,15 @@ jobs:
9797
uses: actions/setup-python@v2
9898
with:
9999
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
107100

108101
- name: Install kaleido
109102
if: matrix.config.visual_tests == true
110103
run: |
111-
echo $CONDA
112104
sudo chown -R $UID $CONDA # https://github.com/nextstrain/conda/issues/5
113105
Rscript -e "reticulate::install_miniconda()"
114106
Rscript -e "reticulate::conda_install('r-reticulate', 'python-kaleido')"
107+
Rscript -e "reticulate::conda_install('r-reticulate', 'plotly', channel = 'plotly')"
115108
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
123109
124110
- name: Session info
125111
run: |

0 commit comments

Comments
 (0)