Install uv for the test action
Some checks failed
/ test (push) Failing after 0s

This commit is contained in:
phil 2024-12-01 01:24:26 +01:00
parent fbfe5ef643
commit fc899718c9

View file

@ -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