[ci] can we get uv involved this way?
This commit is contained in:
parent
625dccf9b2
commit
dd98759a04
4 changed files with 51 additions and 2 deletions
|
|
@ -27,6 +27,5 @@ steps:
|
|||
- python -m venv venv
|
||||
- . venv/bin/activate
|
||||
- python -m pip install --no-deps --quiet -r requirements.txt -r requirements.dev.txt
|
||||
- python -m pip install -e .
|
||||
- python -m pytest tests.py
|
||||
- uv run pytest tests.py
|
||||
# coverage: uv run pytest tests.py --cov-report= --cov=src # no cov report on terminal: useful for CI
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue