From fc3a2db40cc091c23d5e19e66f7345d57accfca2 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Wed, 22 Dec 2021 00:01:21 +0100 Subject: [PATCH] a --- .woodpecker/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/test.yml b/.woodpecker/test.yml index 15c7354..15fdbbd 100644 --- a/.woodpecker/test.yml +++ b/.woodpecker/test.yml @@ -2,7 +2,7 @@ pipeline: install: image: python:${PYTHON}-alpine commands: - - apk add gcc mariadb-dev jpeg-dev + - apk add build-base mariadb-dev jpeg-dev - python -m pip install --upgrade pip - pip install -v ".[tests]" test: