Skip to content

Commit

Permalink
Refactor ASE tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Nov 30, 2023
1 parent efed5b9 commit 761e016
Show file tree
Hide file tree
Showing 15 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unittests_abinit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
pip install versioneer[toml]==0.29
pip install . --no-deps --no-build-isolation
python -m unittest tests/test_evcurve_abinit.py
python -m unittest tests/test_evcurve_ase_abinit.py
env:
ABINIT_PP_PATH: '/usr/share/miniconda3/envs/my-env/share/abinit/LDA_FHI'
ABI_PSPDIR: '/usr/share/miniconda3/envs/my-env/share/abinit/LDA_FHI'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/unittests_gpaw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
run: |
pip install versioneer[toml]==0.29
pip install . --no-deps --no-build-isolation
python -m unittest tests/test_evcurve_gpaw.py
python -m unittest tests/test_elastic_gpaw.py
python -m unittest tests/test_phonons_gpaw.py
python -m unittest tests/test_evcurve_ase_gpaw.py
python -m unittest tests/test_elastic_ase_gpaw.py
python -m unittest tests/test_phonons_ase_gpaw.py
2 changes: 1 addition & 1 deletion .github/workflows/unittests_qe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
pip install versioneer[toml]==0.29
pip install . --no-deps --no-build-isolation
python -m unittest tests/test_evcurve_qe.py
python -m unittest tests/test_evcurve_ase_qe.py
env:
ASE_ESPRESSO_COMMAND: "mpirun -np 1 pw.x -in PREFIX.pwi > PREFIX.pwo"
ESPRESSO_PSEUDO: tests/static/qe
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unittests_siesta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
run: |
pip install versioneer[toml]==0.29
pip install . --no-deps --no-build-isolation
python -m unittest tests/test_evcurve_siesta.py
python -m unittest tests/test_evcurve_ase_siesta.py
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 761e016

Please sign in to comment.