[ci] install uv into venv, have uv handle the rest
Some checks failed
ci/woodpecker/push/workflow Pipeline failed
Some checks failed
ci/woodpecker/push/workflow Pipeline failed
maybe this will work
This commit is contained in:
parent
b71844ae5f
commit
58764b1e92
1 changed files with 2 additions and 2 deletions
|
|
@ -26,6 +26,6 @@ steps:
|
|||
commands:
|
||||
- python -m venv venv
|
||||
- . venv/bin/activate
|
||||
- python -m pip install --no-deps --quiet -r requirements.txt -r requirements.dev.txt
|
||||
- uv run pytest tests.py
|
||||
- pip install --disable-pip-version-check --require-virtualenv --quiet uv==0.9.16
|
||||
- uv run --active 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