File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 16
16
steps :
17
17
# Setup Miniconda
18
18
- name : Setup Miniconda
19
- uses :
goanpeca /setup-[email protected] .0
19
+ uses : conda-incubator /setup-minicondav2.0 .0
20
20
with :
21
21
channels : conda-forge
22
+ miniconda-version : " latest"
22
23
23
24
# Install GMT
24
25
- name : Install GMT
Original file line number Diff line number Diff line change 65
65
66
66
# Setup Miniconda
67
67
- name : Setup Miniconda
68
- uses : conda-incubator/setup-miniconda@v1.7 .0
68
+ uses : conda-incubator/setup-miniconda@v2.0 .0
69
69
with :
70
70
python-version : ${{ matrix.python-version }}
71
71
channels : conda-forge
Original file line number Diff line number Diff line change @@ -46,10 +46,11 @@ jobs:
46
46
47
47
# Setup Miniconda
48
48
- name : Setup Miniconda
49
- uses : goanpeca /setup-miniconda@v1.6 .0
49
+ uses : conda-incubator /setup-miniconda@v2.0 .0
50
50
with :
51
51
python-version : ${{ matrix.python-version }}
52
52
channels : conda-forge
53
+ miniconda-version : " latest"
53
54
54
55
# Install build dependencies from conda-forge
55
56
- name : Install build dependencies
You can’t perform that action at this time.
0 commit comments