[CI] Fix deps installation

This commit is contained in:
OleehyO
2025-04-24 05:17:10 +00:00
parent d46be980ee
commit ae776aa9c7

View File

@@ -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/