Fix install uv for the test action
Some checks failed
/ test (push) Failing after 3s

This commit is contained in:
phil 2024-12-01 03:01:42 +01:00
parent 4629e561cb
commit d58b36117a

View file

@ -25,4 +25,4 @@ jobs:
run: uv sync
- name: Run tests (API call)
run: pytest -s tests/basic.py
run: .venv/bin/pytest/pytest -s tests/basic.py