Skip to content

Commit

Permalink
.github/workflows/pytest: Install deps for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rkdarst committed Aug 11, 2024
1 parent 6155a2f commit aa3c45c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install pytest
python -m pip install .[cli]
- name: pytest
run: |
pytest test.py

0 comments on commit aa3c45c

Please sign in to comment.