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