Skip to content

Commit

Permalink
Install dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
oberbichler authored Jul 9, 2023
1 parent fe7af2f commit 5d083a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Build and install
run: python -m pip install pytest
pip install --verbose .
pip install --verbose .[test]

- name: Test
run: python -m pytest

0 comments on commit 5d083a3

Please sign in to comment.