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 c6225d9669
1 changed files with 2 additions and 0 deletions

View File

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