diff --git a/.woodpecker/test.yml b/.woodpecker/test.yml index d2832fd..5975d94 100644 --- a/.woodpecker/test.yml +++ b/.woodpecker/test.yml @@ -4,8 +4,8 @@ pipeline: commands: - apk add mariadb-dev - python -m pip install --upgrade pip - - pip install -vvvv "Pillow>=8.4.0" - - pip install ".[tests]" + - pip debug -v + - pip install -v ".[tests]" test: image: python:${TAG}-alpine commands: