From 695122a031521bfc49b739c25382c1ab90c31ad2 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Wed, 22 Dec 2021 00:08:53 +0100 Subject: [PATCH] d --- .woodpecker/test.yml | 2 ++ 1 file changed, 2 insertions(+) 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: