File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -134,9 +134,13 @@ jobs:
134
134
hashFiles('requirements.txt') }}
135
135
- uses : conda-incubator/setup-miniconda@v2
136
136
with :
137
+ miniforge-variant : Mambaforge
138
+ miniforge-version : latest
139
+ mamba-version : " *"
137
140
activate-environment : pymc-test-py37
138
141
channel-priority : strict
139
142
environment-file : conda-envs/environment-test-py37.yml
143
+ use-mamba : true
140
144
use-only-tar-bz2 : true # IMPORTANT: This needs to be set for caching to work properly!
141
145
- name : Install-pymc
142
146
run : |
@@ -214,9 +218,13 @@ jobs:
214
218
hashFiles('requirements.txt') }}
215
219
- uses : conda-incubator/setup-miniconda@v2
216
220
with :
221
+ miniforge-variant : Mambaforge
222
+ miniforge-version : latest
223
+ mamba-version : " *"
217
224
activate-environment : pymc-test-py38
218
225
channel-priority : strict
219
226
environment-file : conda-envs/windows-environment-test-py38.yml
227
+ use-mamba : true
220
228
use-only-tar-bz2 : true # IMPORTANT: This needs to be set for caching to work properly!
221
229
- name : Install-pymc
222
230
run : |
You can’t perform that action at this time.
0 commit comments