Fix action
Some checks failed
/ test (push) Failing after 1s

This commit is contained in:
phil 2024-12-01 01:16:48 +01:00
parent fe9ebe7f65
commit fbfe5ef643

View file

@ -17,7 +17,7 @@ jobs:
fetch-depth: 0
- name: Install
run: uv sync
run: .venv/bin/uv sync
- name: Run tests (API call)
run: pytest -s tests/basic.py