File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -169,8 +169,10 @@ jobs:
169
169
- name : Get conda
170
170
uses : conda-incubator/setup-miniconda@v3
171
171
with :
172
- python-version : 3.9
172
+ # This version determines our minimal supported version. It supersedes the minimum version in the meta.yaml.
173
+ python-version : 3.8
173
174
channels : conda-forge
175
+ miniconda-version : latest
174
176
- name : Prepare
175
177
run : conda install conda-build conda-verify
176
178
- name : Build
Original file line number Diff line number Diff line change 31
31
- name : Get conda
32
32
uses : conda-incubator/setup-miniconda@v3
33
33
with :
34
- python-version : 3.12
34
+ # This version determines our minimal supported version. It supersedes the minimum version in the meta.yaml.
35
+ python-version : 3.8
35
36
channels : conda-forge
36
37
miniconda-version : latest
37
38
- name : Prepare
You can’t perform that action at this time.
0 commit comments