diff --git a/.woodpecker.yml b/.woodpecker.yml index 502c9e6..f8599ce 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -17,6 +17,7 @@ pipeline: - /bin/bash -c "source venv/bin/activate" - python -m pip install --upgrade pip pytest - python -m pip install -r requirements.txt + - python -m pip install -e . - pytest tests/