From e50f243cbfe82b8310c5ed5b9a9fb208c0b788f1 Mon Sep 17 00:00:00 2001 From: bronsen Date: Tue, 9 Dec 2025 23:45:17 +0100 Subject: [PATCH] [ci] and now we are back to before when we had `-e .` in requirements.txt --- .woodpecker/workflow.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/workflow.yaml b/.woodpecker/workflow.yaml index 68bf7b5..ad5cc1e 100644 --- a/.woodpecker/workflow.yaml +++ b/.woodpecker/workflow.yaml @@ -28,6 +28,6 @@ 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 . + - python -m pip install -e . - python -m pytest tests.py # coverage: uv run pytest tests.py --cov-report= --cov=src # no cov report on terminal: useful for CI