File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 - name : Setup Mambaforge
2929uses : conda-incubator/setup-miniconda@v3
3030with :
31- python-version : " 3.12 "
31+ python-version : " 3.11 "
3232miniforge-version : latest
3333condarc-file : .condarc
3434environment-file : binder/environment.yml
4646run : echo -e "channels:\n - conda-forge\n" > .condarc
4747 - uses : conda-incubator/setup-miniconda@v3
4848with :
49- python-version : " 3.12 "
49+ python-version : " 3.11 "
5050miniforge-version : latest
5151condarc-file : .condarc
5252environment-file : binder/environment.yml
8484 tail --lines=+4 example_workflows/quantum_espresso/environment.yml >> binder/environment.yml
8585 - uses : conda-incubator/setup-miniconda@v3
8686with :
87- python-version : " 3.12 "
87+ python-version : " 3.11 "
8888miniforge-version : latest
8989condarc-file : .condarc
9090environment-file : binder/environment.yml
@@ -115,7 +115,7 @@ jobs:
115115run : echo -e "channels:\n - conda-forge\n" > .condarc
116116 - uses : conda-incubator/setup-miniconda@v3
117117with :
118- python-version : " 3.12 "
118+ python-version : " 3.11 "
119119miniforge-version : latest
120120condarc-file : .condarc
121121environment-file : binder/environment.yml
@@ -143,7 +143,7 @@ jobs:
143143run : echo -e "channels:\n - conda-forge\n" > .condarc
144144 - uses : conda-incubator/setup-miniconda@v3
145145with :
146- python-version : " 3.12 "
146+ python-version : " 3.11 "
147147miniforge-version : latest
148148condarc-file : .condarc
149149environment-file : documentation/environment.yml
You can’t perform that action at this time.
0 commit comments