Skip to content

Commit

Permalink
install library before running pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
true-real-michael committed Nov 5, 2023
1 parent 742d1c7 commit 7c6b8a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@ jobs:

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

0 comments on commit 7c6b8a2

Please sign in to comment.