From 4e9bfcfb0eda6dffc93ade0a5d60eda95d641c51 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Wed, 22 Dec 2021 00:13:56 +0100 Subject: [PATCH] c --- .woodpecker/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/test.yml b/.woodpecker/test.yml index 292129d..ee18da4 100644 --- a/.woodpecker/test.yml +++ b/.woodpecker/test.yml @@ -3,7 +3,7 @@ pipeline: image: python:${PYTHON}-slim commands: - apt update - - apt install libmariadbclient-dev -y + - apt install libmariadb-dev -y - python -m pip install --upgrade pip - pip install -v ".[tests]" test: