CI: improve workflow debug 4
Some checks failed
/ build (push) Failing after 21s

This commit is contained in:
phil 2024-10-28 10:43:31 +01:00
parent 9b243bd044
commit 0d05bd5c7e

View file

@ -18,7 +18,8 @@ jobs:
run: uv sync --locked --no-dev --no-editable
- name: Echo env
run: "echo ${{ toJSON(env) }}"
run: |
echo '${{ toJSON(env) }}'
- name: Run basic test (bootstrap)
run: pytest -s tests/basic.py