2 parents f6bfb02 + 46b4432 commit b304df8Copy full SHA for b304df8
1 file changed
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
pip install -e ".[dev]"
27
28
- name: Lint with ruff
29
- run: pip install ruff && ruff check src/ --target-version py310
+ run: ruff check src/
30
- name: Run tests
31
run: |
32
python -m pytest tests/ -v --cov=src --cov-report=term-missing
0 commit comments