This commit is contained in:
parent
fbfe5ef643
commit
fc899718c9
1 changed files with 6 additions and 1 deletions
|
@ -16,8 +16,13 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Install the latest version of uv
|
||||
uses: astral-sh/setup-uv@v4
|
||||
with:
|
||||
version: "latest"
|
||||
|
||||
- name: Install
|
||||
run: .venv/bin/uv sync
|
||||
run: uv sync
|
||||
|
||||
- name: Run tests (API call)
|
||||
run: pytest -s tests/basic.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue