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: