Skip to content

Commit

Permalink
Install from the package for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jochym committed Apr 15, 2024
1 parent 7f6c8bb commit 7398edd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testpypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
- name: Test
run: |
ls -l dist/
python3 -m pip install --editable .
python3 -m pip install dist/elastic*.whl
elastic --version
python3 -m pip install pytest pytest-cov hypothesis
python3 -m pip install hypothesis
python3 -m unittest discover -s test -b
elastic -v --cij proc tests/data/calc-cij_*/vasprun.xml
elastic -v --eos proc tests/data/calc-eos_*/vasprun.xml
Expand Down

0 comments on commit 7398edd

Please sign in to comment.