Commit 00c8b41 1 parent e71bd78 commit 00c8b41 Copy full SHA for 00c8b41
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -95,11 +95,11 @@ jobs:
95
95
- name : Set up Python ${{ matrix.python-version }}
96
96
uses : conda-incubator/setup-miniconda@v2
97
97
with :
98
- mamba-version : " *"
98
+ miniforge-variant : Mambaforge
99
+ miniforge-version : latest
99
100
channels : conda-forge,defaults
100
101
channel-priority : true
101
102
python-version : ${{ matrix.python-version }}
102
- auto-update-conda : true
103
103
104
104
- name : Create matrix id
105
105
id : matrix-id
@@ -164,11 +164,11 @@ jobs:
164
164
- name : Set up Python 3.9
165
165
uses : conda-incubator/setup-miniconda@v2
166
166
with :
167
- mamba-version : " *"
167
+ miniforge-variant : Mambaforge
168
+ miniforge-version : latest
168
169
channels : conda-forge,defaults
169
170
channel-priority : true
170
171
python-version : 3.9
171
- auto-update-conda : true
172
172
- name : Install dependencies
173
173
shell : bash -l {0}
174
174
run : |
You can’t perform that action at this time.
0 commit comments