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: