Skip to content

Commit

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

0 comments on commit 313d647

Please sign in to comment.