From 70e6a42b375183aef73b9df89608a1e8b4b14829 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, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/test.yml b/.woodpecker/test.yml index b8cb48e..1396882 100644 --- a/.woodpecker/test.yml +++ b/.woodpecker/test.yml @@ -3,7 +3,7 @@ pipeline: image: python:alpine commands: - apk add mariadb-dev - - pip install ".[tests]" + - pip install -v ".[tests]" test: image: python:alpine commands: