From 14aaeb6e2bc449d7c062f6c8fd080e47c8bca661 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Tue, 21 Dec 2021 23:11:33 +0100 Subject: [PATCH] a --- .woodpecker/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.woodpecker/test.yml b/.woodpecker/test.yml index 1396882..4caa76c 100644 --- a/.woodpecker/test.yml +++ b/.woodpecker/test.yml @@ -3,7 +3,8 @@ pipeline: image: python:alpine commands: - apk add mariadb-dev - - pip install -v ".[tests]" + - python -m pip install --upgrade pip + - pip debug install -vv ".[tests]" test: image: python:alpine commands: