[ci] install uv into venv, have uv handle the rest
Some checks failed
ci/woodpecker/push/workflow Pipeline failed

maybe this will work
This commit is contained in:
bronsen 2025-12-10 00:07:49 +01:00
parent b71844ae5f
commit 58764b1e92

View file

@ -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