Skip to content

Commit

Permalink
use relative potential path
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Apr 30, 2024
1 parent 5965d9a commit 7288d22
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aiida.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
run: |
pip install -e aiida_qe_basic
conda install -c conda-forge jupyter papermill
export ESPRESSO_PSEUDO=/Users/janssen/Desktop/ADIS2023/espresso/pseudo
export ESPRESSO_PSEUDO=$(pwd)/espresso/pseudo
papermill aiida.ipynb aiida-out.ipynb -k "python3"
2 changes: 1 addition & 1 deletion .github/workflows/jobflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
run: |
pip install -e aiida_qe_basic
conda install -c conda-forge jupyter papermill
export ESPRESSO_PSEUDO=/Users/janssen/Desktop/ADIS2023/espresso/pseudo
export ESPRESSO_PSEUDO=$(pwd)/espresso/pseudo
papermill jobflow.ipynb jobflow-out.ipynb -k "python3"
2 changes: 1 addition & 1 deletion .github/workflows/pyiron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
run: |
pip install -e aiida_qe_basic
conda install -c conda-forge jupyter papermill
export ESPRESSO_PSEUDO=/Users/janssen/Desktop/ADIS2023/espresso/pseudo
export ESPRESSO_PSEUDO=$(pwd)/espresso/pseudo
papermill pyiron_base.ipynb pyiron_base-out.ipynb -k "python3"

0 comments on commit 7288d22

Please sign in to comment.