This commit is contained in:
parent
9b243bd044
commit
0d05bd5c7e
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ jobs:
|
||||||
run: uv sync --locked --no-dev --no-editable
|
run: uv sync --locked --no-dev --no-editable
|
||||||
|
|
||||||
- name: Echo env
|
- name: Echo env
|
||||||
run: "echo ${{ toJSON(env) }}"
|
run: |
|
||||||
|
echo '${{ toJSON(env) }}'
|
||||||
|
|
||||||
- name: Run basic test (bootstrap)
|
- name: Run basic test (bootstrap)
|
||||||
run: pytest -s tests/basic.py
|
run: pytest -s tests/basic.py
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue