c
continuous-integration/woodpecker the build failed Details

This commit is contained in:
Ferdinand Thiessen 2021-12-22 00:13:56 +01:00
parent 1da1e83109
commit 4e9bfcfb0e
1 changed files with 1 additions and 1 deletions

View File

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