a
continuous-integration/woodpecker the build failed Details

This commit is contained in:
Ferdinand Thiessen 2021-12-21 23:34:02 +01:00
parent 3e73e249b2
commit d3537d8d45
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ pipeline:
commands:
- apk add mariadb-dev
- python -m pip install --upgrade pip
- pip install -vvvv "Pillow>=8.4.0"
- pip install ".[tests]"
- pip debug -v
- pip install -v ".[tests]"
test:
image: python:${TAG}-alpine
commands: