fix pytest call
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user