ci: remove non-ty checks from ty job

This commit is contained in:
Chris Milne 2026-06-22 12:04:39 +01:00
parent 11eeddb347
commit 63e7d48c07

View file

@ -34,8 +34,6 @@ jobs:
- run: uv python install # Gets Python version from pyproject.toml
- run: uv sync --dev
- run: uv run ty check
- run: uv run ruff format
- run: uv run pytest test
env:
ENVIRONMENT: testing