diff --git a/.woodpecker/test.yml b/.woodpecker/test.yml index b8cb48e..d39ffc4 100644 --- a/.woodpecker/test.yml +++ b/.woodpecker/test.yml @@ -3,6 +3,8 @@ pipeline: image: python:alpine commands: - apk add mariadb-dev + - python -m pip install --upgrade pip + - pip debug install -vv Pillow>=8.4.0 - pip install ".[tests]" test: image: python:alpine