a
continuous-integration/woodpecker the build failed Details

This commit is contained in:
Ferdinand Thiessen 2021-12-21 23:11:33 +01:00
parent 70e6a42b37
commit 14aaeb6e2b
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@ pipeline:
image: python:alpine image: python:alpine
commands: commands:
- apk add mariadb-dev - apk add mariadb-dev
- pip install -v ".[tests]" - python -m pip install --upgrade pip
- pip debug install -vv ".[tests]"
test: test:
image: python:alpine image: python:alpine
commands: commands: