a
continuous-integration/woodpecker the build failed Details

This commit is contained in:
Ferdinand Thiessen 2021-12-21 23:06:49 +01:00
parent b83d251c86
commit 70e6a42b37
1 changed files with 1 additions and 1 deletions

View File

@ -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: