Skip to content

Commit

Permalink
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 01369de commit 6849b83
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@ jobs:
- name: ruff
run: ruff check .
- name: "pytest: check test collection"
run: python -m pytest --collect-only
run: |
python -m pip install .[dev]
python -m pytest --collect-only

0 comments on commit 6849b83

Please sign in to comment.