File tree 2 files changed +8
-6
lines changed
2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -24,14 +24,15 @@ jobs:
24
24
- name : Setup Python 🐍
25
25
uses : " actions/setup-python@v5"
26
26
with :
27
- python-version : " 3.8 "
27
+ python-version : " 3.11 "
28
28
29
29
- name : Setup Conda
30
- uses : conda-incubator/setup-miniconda@v2
30
+ uses : conda-incubator/setup-miniconda@v2.1.1
31
31
with :
32
32
activate-environment : env
33
33
conda-build-version : 3.28.4
34
- python-version : " 3.8"
34
+ miniconda-version : py311_24.1.2-0
35
+ python-version : " 3.11"
35
36
miniforge-variant : Mambaforge
36
37
37
38
- name : Install dependencies 🔧
Original file line number Diff line number Diff line change @@ -189,14 +189,15 @@ jobs:
189
189
- name : Setup Python 🐍
190
190
uses : " actions/setup-python@v5"
191
191
with :
192
- python-version : 3.8
192
+ python-version : 3.11
193
193
194
194
- name : Setup Conda
195
- uses : conda-incubator/setup-miniconda@v2
195
+ uses : conda-incubator/setup-miniconda@v2.1.1
196
196
with :
197
197
activate-environment : env
198
198
conda-build-version : 3.28.4
199
- python-version : " 3.8"
199
+ miniconda-version : py311_24.1.2-0
200
+ python-version : " 3.11"
200
201
miniforge-variant : Mambaforge
201
202
202
203
- name : Install dependencies 🔧
You can’t perform that action at this time.
0 commit comments