Skip to content

Commit

Permalink
install pytest for pip action
Browse files Browse the repository at this point in the history
  • Loading branch information
jcschaff committed Jun 2, 2024
1 parent c92a29f commit de5e537
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,6 @@ jobs:
run: pip install --verbose .

- name: Test
run: pytest
run: |
pip install pytest
pytest

0 comments on commit de5e537

Please sign in to comment.