UV tests fix?

This commit is contained in:
2025-04-28 18:39:51 +01:00
parent 302ff471fd
commit cd35917894

View File

@@ -80,8 +80,8 @@ jobs:
- name: Install dependencies
run: |
uv pip install -e ".[tests]"
uv sync --group tests
- name: Run tests
run: |
./run-tests.sh
uv run ./run-tests.sh