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 @@ -188,14 +188,15 @@ jobs:
188
188
- name : Setup Python 🐍
189
189
uses : " actions/setup-python@v5"
190
190
with :
191
- python-version : 3.8
191
+ python-version : 3.11
192
192
193
193
- name : Setup Conda
194
- uses : conda-incubator/setup-miniconda@v2
194
+ uses : conda-incubator/setup-miniconda@v2.1.1
195
195
with :
196
196
activate-environment : env
197
197
conda-build-version : 3.28.4
198
- python-version : " 3.8"
198
+ miniconda-version : py311_24.1.2-0
199
+ python-version : " 3.11"
199
200
miniforge-variant : Mambaforge
200
201
201
202
- name : Install dependencies 🔧
You can’t perform that action at this time.
0 commit comments