diff --git a/.woodpecker/test.yml b/.woodpecker/test.yml index 462bceb..a30538f 100644 --- a/.woodpecker/test.yml +++ b/.woodpecker/test.yml @@ -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: