diff --git a/.woodpecker/test.yml b/.woodpecker/test.yml index a446bc2..15c7354 100644 --- a/.woodpecker/test.yml +++ b/.woodpecker/test.yml @@ -2,7 +2,7 @@ pipeline: install: image: python:${PYTHON}-alpine commands: - - apk add mariadb-dev jpeg-dev + - apk add gcc mariadb-dev jpeg-dev - python -m pip install --upgrade pip - pip install -v ".[tests]" test: