File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,14 +24,15 @@ jobs:
2424 - name : Setup Python 🐍
2525 uses : " actions/setup-python@v5"
2626 with :
27- python-version : " 3.8 "
27+ python-version : " 3.11 "
2828
2929 - name : Setup Conda
30- uses : conda-incubator/setup-miniconda@v2
30+ uses : conda-incubator/setup-miniconda@v2.1.1
3131 with :
3232 activate-environment : env
3333 conda-build-version : 3.28.4
34- python-version : " 3.8"
34+ miniconda-version : py311_24.1.2-0
35+ python-version : " 3.11"
3536 miniforge-variant : Mambaforge
3637
3738 - name : Install dependencies 🔧
Original file line number Diff line number Diff line change @@ -184,14 +184,15 @@ jobs:
184184 - name : Setup Python 🐍
185185 uses : " actions/setup-python@v5"
186186 with :
187- python-version : 3.8
187+ python-version : 3.11
188188
189189 - name : Setup Conda
190- uses : conda-incubator/setup-miniconda@v2
190+ uses : conda-incubator/setup-miniconda@v2.1.1
191191 with :
192192 activate-environment : env
193193 conda-build-version : 3.28.4
194- python-version : " 3.8"
194+ miniconda-version : py311_24.1.2-0
195+ python-version : " 3.11"
195196 miniforge-variant : Mambaforge
196197
197198 - name : Install dependencies 🔧
You can’t perform that action at this time.
0 commit comments