diff --git a/.woodpecker.yml b/.woodpecker.yml index f8599ce..b1bd9bf 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -17,8 +17,8 @@ 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/ + - python -m pip install . + - python -m pytest