fix pytest call

This commit is contained in:
Deeman
2026-02-13 14:52:56 +01:00
parent fa09fc81c9
commit 76ef8f1c29

View File

@@ -9,7 +9,7 @@ test:
- pip install uv - pip install uv
script: script:
- cd padelnomics && uv sync - cd padelnomics && uv sync
- uv run pytest tests/ -x -q - uv run -m pytest tests/ -x -q
- uv run ruff check src/ tests/ - uv run ruff check src/ tests/
rules: rules:
- if: $CI_COMMIT_BRANCH == "master" - if: $CI_COMMIT_BRANCH == "master"