[CI] Fix deps installation
This commit is contained in:
4
.github/workflows/test.yaml
vendored
4
.github/workflows/test.yaml
vendored
@@ -28,8 +28,8 @@ jobs:
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
uv sync --group test
|
||||
uv sync --extra test
|
||||
|
||||
- name: Run tests with pytest
|
||||
run: |
|
||||
uv run pytest tests/
|
||||
uv run pytest -v tests/
|
||||
|
||||
Reference in New Issue
Block a user