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