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

This commit is contained in:
phil 2024-10-28 10:37:11 +01:00
parent 2927d11bf8
commit 9b243bd044

View file

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