Skip to content

Commit 4e4853c

Browse files
committed
move mybinder related parts
1 parent d67d371 commit 4e4853c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/pipeline.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ jobs:
2727
with:
2828
auto-update-conda: true
2929
python-version: "3.12"
30-
environment-file: environment.yml
30+
environment-file: binder/environment.yml
3131
auto-activate-base: false
3232
- name: Installation and setup
3333
shell: bash -l {0}
3434
run: |
3535
pip install -e python_workflow_definition
3636
conda install -c conda-forge jupyter papermill
3737
verdi presto --profile-name pwd
38-
sudo apt-get install -y $(cat apt.txt)
38+
sudo apt-get install -y $(cat binder/apt.txt)
3939
- name: Create Additional Conda Environments
4040
shell: bash -l {0}
4141
run: |
@@ -57,12 +57,12 @@ jobs:
5757
- uses: actions/checkout@v4
5858
- name: Setup environment
5959
shell: bash -l {0}
60-
run: tail --lines=+4 example_workflows/quantum_espresso/environment_qe.yml >> environment.yml
60+
run: tail --lines=+4 example_workflows/quantum_espresso/environment_qe.yml >> binder/environment.yml
6161
- uses: conda-incubator/setup-miniconda@v3
6262
with:
6363
auto-update-conda: true
6464
python-version: "3.12"
65-
environment-file: environment.yml
65+
environment-file: binder/environment.yml
6666
auto-activate-base: false
6767
- name: Installation and setup
6868
shell: bash -l {0}
@@ -90,7 +90,7 @@ jobs:
9090
with:
9191
auto-update-conda: true
9292
python-version: "3.12"
93-
environment-file: environment.yml
93+
environment-file: binder/environment.yml
9494
auto-activate-base: false
9595
- name: Installation and setup
9696
shell: bash -l {0}
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)