|
29 | 29 | # vdiffr & shinytest only runs on mac r-release since the results aren't cross-platform
|
30 | 30 | - {os: macOS-latest, r: 'release', visual_tests: true, node: "14.x", shinytest: true}
|
31 | 31 | - {os: windows-latest, r: 'release'}
|
32 |
| - - {os: windows-latest, r: '4.1'} |
33 |
| - - {os: windows-latest, r: '3.6'} |
| 32 | + - {os: windows-latest, r: 'oldrel-1'} |
34 | 33 | - {os: ubuntu-latest, r: 'devel'}
|
35 | 34 | - {os: ubuntu-latest, r: 'release'}
|
36 | 35 | - {os: ubuntu-latest, r: 'oldrel-1'}
|
@@ -62,19 +61,10 @@ jobs:
|
62 | 61 | cache-version: 3
|
63 | 62 | needs: check
|
64 | 63 |
|
65 |
| - - name: Set up Python 3.8 |
66 |
| - uses: actions/setup-python@v2 |
67 |
| - with: |
68 |
| - python-version: 3.8 |
69 |
| - |
70 | 64 | - name: Install kaleido
|
71 | 65 | if: matrix.config.visual_tests == true
|
72 | 66 | run: |
|
73 |
| - sudo chown -R $UID $CONDA # https://github.com/nextstrain/conda/issues/5 |
74 |
| - Rscript -e "reticulate::install_miniconda()" |
75 |
| - Rscript -e "reticulate::conda_install('r-reticulate', 'python-kaleido')" |
76 |
| - Rscript -e "reticulate::conda_install('r-reticulate', 'plotly', channel = 'plotly')" |
77 |
| - Rscript -e "reticulate::use_miniconda('r-reticulate')" |
| 67 | + Rscript -e 'library(reticulate); use_python(install_python()); py_install(c("kaleido", "plotly"))' |
78 | 68 |
|
79 | 69 | - name: Install shinytest deps
|
80 | 70 | if: matrix.config.shinytest == true
|
|
0 commit comments