CI use uv sync
This commit is contained in:
parent
960e393bec
commit
fa66e178be
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue