CI container with uv
This commit is contained in:
parent
a93ae20779
commit
f1f2986952
1 changed files with 1 additions and 1 deletions
|
@ -10,6 +10,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: uv pip install --system .
|
run: uv pip install .
|
||||||
- name: Run basic test (bootstrap)
|
- name: Run basic test (bootstrap)
|
||||||
run: .venv/bin/pytest -s tests/basic.py
|
run: .venv/bin/pytest -s tests/basic.py
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue