From c6225d9669b053ac2dee06962bf537cb439e753f Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Tue, 21 Dec 2021 23:06:49 +0100 Subject: [PATCH] a --- .woodpecker/test.yml | 2 ++ 1 file changed, 2 insertions(+) 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