Compare commits

...

4 Commits

Author SHA1 Message Date
Ferdinand Thiessen b6706cfd08 d
continuous-integration/woodpecker the build failed Details
2021-12-22 00:15:36 +01:00
Ferdinand Thiessen 4e9bfcfb0e c
continuous-integration/woodpecker the build failed Details
2021-12-22 00:13:56 +01:00
Ferdinand Thiessen 1da1e83109 b
continuous-integration/woodpecker the build failed Details
2021-12-22 00:09:44 +01:00
Ferdinand Thiessen 5016ce47da a
continuous-integration/woodpecker the build failed Details
2021-12-22 00:08:53 +01:00
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: