[ci] can we get uv involved this way?
Some checks failed
ci/woodpecker/push/workflow/2 Pipeline failed
ci/woodpecker/push/workflow/1 Pipeline failed

This commit is contained in:
bronsen 2025-12-09 23:50:27 +01:00
parent 625dccf9b2
commit dd98759a04
4 changed files with 51 additions and 2 deletions

View file

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