ci: typo in yaml
Some checks failed
ci / lint_and_test (push) Failing after 6s

This commit is contained in:
Chris Milne 2026-06-15 09:48:22 +01:00
parent 9c725eea3d
commit f30c06b522

View file

@ -20,6 +20,6 @@ jobs:
- run: uv sync
- run: uv run ruff check
- run: uv run ruff format
- run: uv run pytest test
- run: uv run pytest tests
env:
ENVIRONMENT: testing