File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
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
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
You can’t perform that action at this time.
0 commit comments