This commit is contained in:
parent
735ad5dd9c
commit
715dbe5363
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +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: 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