[ci] and now we are back to before when we had -e . in requirements.txt
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:45:17 +01:00
parent 4d85dc4254
commit e50f243cbf

View file

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