Skip to content

Commit

Permalink
Update GHA and postBuild to install aids_tools.
Browse files Browse the repository at this point in the history
  • Loading branch information
GeigerJ2 committed Jan 29, 2025
1 parent 32ddeec commit 98a4bbb
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/aiida.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v3
Expand All @@ -22,6 +22,7 @@ jobs:
shell: bash -l {0}
run: |
pip install -e aiida_qe_basic
pip install -e adis_tools
conda install -c conda-forge jupyter papermill
verdi presto
export ESPRESSO_PSEUDO=$(pwd)/espresso/pseudo
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v3
Expand All @@ -22,6 +22,7 @@ jobs:
shell: bash -l {0}
run: |
pip install -e aiida_qe_basic
pip install -e adis_tools
conda install -c conda-forge jupyter papermill
export ESPRESSO_PSEUDO=$(pwd)/espresso/pseudo
papermill basic.ipynb basic-out.ipynb -k "python3"
3 changes: 2 additions & 1 deletion .github/workflows/jobflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v3
Expand All @@ -22,6 +22,7 @@ jobs:
shell: bash -l {0}
run: |
pip install -e aiida_qe_basic
pip install -e adis_tools
conda install -c conda-forge jupyter papermill
export ESPRESSO_PSEUDO=$(pwd)/espresso/pseudo
papermill jobflow.ipynb jobflow-out.ipynb -k "python3"
3 changes: 2 additions & 1 deletion .github/workflows/pyiron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v3
Expand All @@ -22,6 +22,7 @@ jobs:
shell: bash -l {0}
run: |
pip install -e aiida_qe_basic
pip install -e adis_tools
conda install -c conda-forge jupyter papermill
export ESPRESSO_PSEUDO=$(pwd)/espresso/pseudo
papermill pyiron_base.ipynb pyiron_base-out.ipynb -k "python3"
1 change: 1 addition & 0 deletions postBuild
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
pip install -e aiida_qe_basic
pip install -e adis_tools
verdi presto

0 comments on commit 98a4bbb

Please sign in to comment.