Skip to content

Commit

Permalink
install all dev requirements during testing
Browse files Browse the repository at this point in the history
  • Loading branch information
pattonw committed Aug 16, 2022
1 parent 3ef30c3 commit f3d761f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
pip install .
pip install pytest
pip install -r requirements-dev.txt
- name: Test with pytest
run: |
pytest tests

0 comments on commit f3d761f

Please sign in to comment.