From b6706cfd0896c28c9d497902d87c87a49ce3aaa8 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Wed, 22 Dec 2021 00:15:36 +0100 Subject: [PATCH] d --- .woodpecker/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/test.yml b/.woodpecker/test.yml index ee18da4..a30538f 100644 --- a/.woodpecker/test.yml +++ b/.woodpecker/test.yml @@ -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: