b
continuous-integration/woodpecker the build failed Details

This commit is contained in:
Ferdinand Thiessen 2021-12-22 00:09:44 +01:00
parent 5016ce47da
commit 1da1e83109
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ pipeline:
install:
image: python:${PYTHON}-slim
commands:
- apt update
- apt install libmariadbclient-dev -y
- python -m pip install --upgrade pip
- pip install -v ".[tests]"