fix ci and pyproject

This commit is contained in:
2025-10-22 13:58:49 +03:00
parent 4f5481fa70
commit ec42e63d80
6 changed files with 33 additions and 20 deletions
+2 -2
View File
@@ -25,7 +25,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install uv
uv sync --group dev
uv sync --group tests
- name: Run tests
run: uv run python -m pytest tests
run: pytest tests