File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ jobs:
149149 - name : Setup Mambaforge
150150 uses : conda-incubator/setup-miniconda@v3
151151 with :
152- python-version : " 3.12 "
152+ python-version : " 3.13 "
153153 miniforge-version : latest
154154 channels : conda-forge
155155 conda-remove-defaults : " true"
@@ -174,7 +174,7 @@ jobs:
174174 - name : Setup Mambaforge
175175 uses : conda-incubator/setup-miniconda@v3
176176 with :
177- python-version : " 3.12 "
177+ python-version : " 3.13 "
178178 miniforge-version : latest
179179 channels : conda-forge
180180 conda-remove-defaults : " true"
@@ -202,7 +202,7 @@ jobs:
202202 cat .ci_support/environment-mpich.yml
203203 - uses : conda-incubator/setup-miniconda@v3
204204 with :
205- python-version : ' 3.12 '
205+ python-version : ' 3.13 '
206206 miniforge-version : latest
207207 channels : conda-forge
208208 conda-remove-defaults : " true"
@@ -233,7 +233,7 @@ jobs:
233233 cat .ci_support/environment-openmpi.yml
234234 - uses : conda-incubator/setup-miniconda@v3
235235 with :
236- python-version : ' 3.12 '
236+ python-version : ' 3.13 '
237237 miniforge-version : latest
238238 channels : conda-forge
239239 conda-remove-defaults : " true"
You can’t perform that action at this time.
0 commit comments