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

This commit is contained in:
phil 2024-12-01 03:02:11 +01:00
parent d58b36117a
commit 0ada185e13

View file

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