File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed 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 @@ -189,14 +189,15 @@ jobs:
189189 - name : Setup Python 🐍
190190 uses : " actions/setup-python@v5"
191191 with :
192- python-version : 3.8
192+ python-version : 3.11
193193
194194 - name : Setup Conda
195- uses : conda-incubator/setup-miniconda@v2
195+ uses : conda-incubator/setup-miniconda@v2.1.1
196196 with :
197197 activate-environment : env
198198 conda-build-version : 3.28.4
199- python-version : " 3.8"
199+ miniconda-version : py311_24.1.2-0
200+ python-version : " 3.11"
200201 miniforge-variant : Mambaforge
201202
202203 - name : Install dependencies 🔧
You can’t perform that action at this time.
0 commit comments