Skip to content

Commit 196a293

Browse files
committed
Sort by workflows
1 parent 21dcb93 commit 196a293

File tree

6 files changed

+21
-78
lines changed

6 files changed

+21
-78
lines changed

.github/workflows/aiida.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.

.github/workflows/jobflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929
shell: bash -l {0}
3030
run: |
3131
export ESPRESSO_PSEUDO=$(pwd)/espresso/pseudo
32-
papermill jobflow_simple.ipynb jobflow_simple_out.ipynb -k "python3"
32+
3333
papermill jobflow_qe.ipynb jobflow_qe_out.ipynb -k "python3"

.github/workflows/pyiron.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.
Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: universal
1+
name: quantum espresso
22

33
on:
44
push:
@@ -12,6 +12,9 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v4
15+
- name: Setup environment
16+
shell: bash -l {0}
17+
run: tail --lines=+4 environment_qe.yml >> environment.yml
1518
- uses: conda-incubator/setup-miniconda@v3
1619
with:
1720
auto-update-conda: true
@@ -29,5 +32,7 @@ jobs:
2932
shell: bash -l {0}
3033
run: |
3134
export ESPRESSO_PSEUDO=$(pwd)/espresso/pseudo
32-
papermill universal_workflow_simple.ipynb universal_workflow_simple_out.ipynb -k "python3"
35+
papermill aiida_qe.ipynb aiida_qe_out.ipynb -k "python3"
36+
papermill jobflow_qe.ipynb jobflow_qe_out.ipynb -k "python3"
37+
papermill pyiron_base_qe.ipynb pyiron_base_qe_out.ipynb -k "python3"
3338
papermill universal_workflow_qe.ipynb universal_workflow_qe_out.ipynb -k "python3"

environment.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@ channels:
22
- conda-forge
33
dependencies:
44
- python=3.12
5-
- pyiron_base=0.11.8
6-
- qe=7.2
7-
- qe-tools=2.0.0
8-
- ase=3.24.0
9-
- matplotlib=3.10.1
10-
- xmlschema=3.4.3
11-
- jobflow=0.1.19
12-
- pygraphviz=1.14
13-
- optimade=1.2.3
145
- aiida-workgraph=0.5.0
6+
- jobflow=0.1.19
7+
- pyiron_base=0.11.8
8+

environment_qe.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
channels:
2+
- conda-forge
3+
dependencies:
4+
- ase=3.24.0
5+
- matplotlib=3.10.1
6+
- xmlschema=3.4.3
7+
- pygraphviz=1.14
8+
- optimade=1.2.3
9+
- qe=7.2
10+
- qe-tools=2.0.0

0 commit comments

Comments
 (0)