File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -169,8 +169,10 @@ jobs:
169169 - name : Get conda
170170 uses : conda-incubator/setup-miniconda@v3
171171 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
173174 channels : conda-forge
175+ miniconda-version : latest
174176 - name : Prepare
175177 run : conda install conda-build conda-verify
176178 - name : Build
Original file line number Diff line number Diff line change 3131 - name : Get conda
3232 uses : conda-incubator/setup-miniconda@v3
3333 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
3536 channels : conda-forge
3637 miniconda-version : latest
3738 - name : Prepare
You can’t perform that action at this time.
0 commit comments