File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -18,19 +18,22 @@ jobs:
18
18
fail-fast : false
19
19
matrix :
20
20
config :
21
- - {os: macOS-latest, r: 'devel', miniconda: '../miniconda/' }
22
- - {os: macOS-latest, r: 'release', miniconda: '../miniconda/' }
21
+ - {os: macOS-latest, r: 'devel'}
22
+ - {os: macOS-latest, r: 'release'}
23
23
- {os: windows-latest, r: 'release'}
24
24
- {os: windows-latest, r: '3.6'}
25
25
- {os: ubuntu-16.04, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/xenial/latest"}
26
26
- {os: ubuntu-16.04, r: 'oldrel', rspm: "https://packagemanager.rstudio.com/cran/__linux__/xenial/latest"}
27
27
- {os: ubuntu-16.04, r: '3.5', rspm: "https://packagemanager.rstudio.com/cran/__linux__/xenial/latest"}
28
+ include :
29
+ - os : macOS-latest
30
+ miniconda : ' ../miniconda/'
28
31
29
32
env :
30
33
R_REMOTES_NO_ERRORS_FROM_WARNINGS : true
31
34
RSPM : ${{ matrix.config.rspm }}
32
35
GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
33
- RETICULATE_MINICONDA_PATH : ${{ matrix.config. miniconda }}
36
+ RETICULATE_MINICONDA_PATH : ${{ matrix.miniconda }}
34
37
35
38
steps :
36
39
- uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments