This commit is contained in:
parent
2927d11bf8
commit
9b243bd044
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@ jobs:
|
||||||
- name: Install dependencies (to uv's project environment)
|
- name: Install dependencies (to uv's project environment)
|
||||||
run: uv sync --locked --no-dev --no-editable
|
run: uv sync --locked --no-dev --no-editable
|
||||||
|
|
||||||
- run: "echo ${{ toJSON(env) }}"
|
- name: Echo 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