diff --git a/.woodpecker/workflow.yaml b/.woodpecker/workflow.yaml index 42e1baf..67cd385 100644 --- a/.woodpecker/workflow.yaml +++ b/.woodpecker/workflow.yaml @@ -26,6 +26,6 @@ steps: commands: - python -m venv venv - . venv/bin/activate - - pip install --disable-pip-version-check --require-virtualenv --quiet uv==0.9.16 + - pip install --disable-pip-version-check --require-virtualenv --quiet uv==0.10.2 - uv run --active pytest tests.py # coverage: uv run pytest tests.py --cov-report= --cov=src # no cov report on terminal: useful for CI