This commit is contained in:
Ferdinand Thiessen 2021-12-22 00:08:53 +01:00
parent ddd1957085
commit 695122a031
1 changed files with 2 additions and 0 deletions

View File

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