Skip to content

Commit

Permalink
Install dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rjfarmer committed Mar 21, 2024
1 parent f387c9c commit 0e02961
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
python -m pip install build wheel pytest
- name: Build
run: python -m pip install .
run: |
python -m pip install .
python -m pip install .[dev]
- name: Test
run: python -m pytest -v

0 comments on commit 0e02961

Please sign in to comment.