Skip to content

Commit

Permalink
update pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
MBueschelberger committed Aug 24, 2023
1 parent 94a6f27 commit 49feda3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
- name: Install package
run: |
python -m pip install .[tests]
python -m pip install .[develop]
- name: Run tests
run: |
pytest tests/test_energy_landscape_refinement.py -v
python -m pytest tests/test_energy_landscape_refinement.py -v

0 comments on commit 49feda3

Please sign in to comment.