ci: ruff run via uv
Some checks failed
ci / lint_and_test (push) Failing after 7s

This commit is contained in:
Chris Milne 2026-06-08 14:47:33 +01:00
parent 1533c86335
commit 52ecd64f70

View file

@ -17,7 +17,7 @@ jobs:
submodules: true
- run: uv python install # Gets Python version from pyproject.toml
- run: uv sync
- run: ruff check
- run: uv run ruff check
- run: uv run pytest test
env:
ENVIRONMENT: testing