[ci] perhaps /bin/sh prefers . over source
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:31:40 +01:00
parent d440e0417b
commit 5609470af2

View file

@ -26,7 +26,7 @@ steps:
image: docker.io/astral/uv:python${PYTHON_VERSION}-trixie-slim
commands:
- python -m venv venv
- source venv/bin/activate
- . venv/bin/activate
- python -m pip install -r requirements.txt -r requirements.dev.txt
- python -m pytest tests.py
# coverage: uv run pytest tests.py --cov-report= --cov=src # no cov report on terminal: useful for CI