Skip to content

Commit

Permalink
[fix]: Install and run pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
hentt30 committed May 6, 2021
1 parent 04e2323 commit a50502b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,7 @@ jobs:
- name: Install package
# Run tox using the version of Python in `PATH`
run: pip install -e .
- name: Install pytest
run: pip install pytest
- name: Run pytest
run: pytest

0 comments on commit a50502b

Please sign in to comment.