This commit is contained in:
Ferdinand Thiessen 2021-12-22 00:15:36 +01:00
parent 4e9bfcfb0e
commit b6706cfd08
1 changed files with 1 additions and 1 deletions
.woodpecker

View File

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