Skip to content

Commit

Permalink
fixup! fixup! Issue #16 add a lint run to check pytest collection works
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Jan 22, 2024
1 parent 6849b83 commit 948bbac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
- name: "pytest: check test collection"
run: |
python -m pip install .[dev]
python -m pytest --collect-only
pytest --collect-only

0 comments on commit 948bbac

Please sign in to comment.