Skip to content

Commit cb7a4fa

Browse files
authored
Update pipeline.yml
1 parent 4e77916 commit cb7a4fa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/pipeline.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup Mambaforge
2929
uses: conda-incubator/setup-miniconda@v3
3030
with:
31-
python-version: "3.11"
31+
python-version: "3.12"
3232
miniforge-version: latest
3333
condarc-file: .condarc
3434
environment-file: binder/environment.yml
@@ -46,7 +46,7 @@ jobs:
4646
run: echo -e "channels:\n - conda-forge\n" > .condarc
4747
- uses: conda-incubator/setup-miniconda@v3
4848
with:
49-
python-version: "3.11"
49+
python-version: "3.12"
5050
miniforge-version: latest
5151
condarc-file: .condarc
5252
environment-file: binder/environment.yml
@@ -84,7 +84,7 @@ jobs:
8484
tail --lines=+4 example_workflows/quantum_espresso/environment.yml >> binder/environment.yml
8585
- uses: conda-incubator/setup-miniconda@v3
8686
with:
87-
python-version: "3.11"
87+
python-version: "3.12"
8888
miniforge-version: latest
8989
condarc-file: .condarc
9090
environment-file: binder/environment.yml
@@ -115,7 +115,7 @@ jobs:
115115
run: echo -e "channels:\n - conda-forge\n" > .condarc
116116
- uses: conda-incubator/setup-miniconda@v3
117117
with:
118-
python-version: "3.11"
118+
python-version: "3.12"
119119
miniforge-version: latest
120120
condarc-file: .condarc
121121
environment-file: binder/environment.yml
@@ -143,7 +143,7 @@ jobs:
143143
run: echo -e "channels:\n - conda-forge\n" > .condarc
144144
- uses: conda-incubator/setup-miniconda@v3
145145
with:
146-
python-version: "3.11"
146+
python-version: "3.12"
147147
miniforge-version: latest
148148
condarc-file: .condarc
149149
environment-file: documentation/environment.yml

0 commit comments

Comments
 (0)