fix pytest call
This commit is contained in:
@@ -9,7 +9,7 @@ test:
|
||||
- pip install uv
|
||||
script:
|
||||
- cd padelnomics && uv sync
|
||||
- uv run pytest tests/ -x -q
|
||||
- uv run -m pytest tests/ -x -q
|
||||
- uv run ruff check src/ tests/
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH == "master"
|
||||
|
||||
Reference in New Issue
Block a user