Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jodyphelan authored Mar 29, 2024
1 parent a739b36 commit 36b2d6f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,9 @@ jobs:
- name: Install dependencies
run: |
pip install .
pip install --force-reinstall .
- name: Run tests
run: |
cd tests
pytest -x .

0 comments on commit 36b2d6f

Please sign in to comment.