a
continuous-integration/woodpecker the build failed Details

This commit is contained in:
Ferdinand Thiessen 2021-12-22 00:01:21 +01:00
parent dca8eba05f
commit fc3a2db40c
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ pipeline:
install:
image: python:${PYTHON}-alpine
commands:
- apk add gcc mariadb-dev jpeg-dev
- apk add build-base mariadb-dev jpeg-dev
- python -m pip install --upgrade pip
- pip install -v ".[tests]"
test: