CI use uv sync

This commit is contained in:
phil 2024-10-23 17:15:51 +02:00
parent 960e393bec
commit fa66e178be

View file

@ -12,6 +12,6 @@ jobs:
- name: Create venv
run: uv venv
- name: Install dependencies
run: uv pip install .
run: uv sync
- name: Run basic test (bootstrap)
run: .venv/bin/pytest -s tests/basic.py