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: commands:
- apk add mariadb-dev - apk add mariadb-dev
- python -m pip install --upgrade pip - python -m pip install --upgrade pip
- pip install -vvvv "Pillow>=8.4.0" - pip debug -v
- pip install ".[tests]" - pip install -v ".[tests]"
test: test:
image: python:${TAG}-alpine image: python:${TAG}-alpine
commands: commands: