From 24e17a862e94a5d39b4e3a9eee27afa286655eea Mon Sep 17 00:00:00 2001 From: Piotr Dec Date: Sun, 12 Jul 2026 22:55:11 +0200 Subject: [PATCH] ci: more dependencies --- .woodpecker/python.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/python.yaml b/.woodpecker/python.yaml index 2064317..c550a14 100644 --- a/.woodpecker/python.yaml +++ b/.woodpecker/python.yaml @@ -2,7 +2,7 @@ steps: - name: test image: ghcr.io/astral-sh/uv:0.9-python3.12-alpine commands: - - apk add --no-cache gcc + - apk add --no-cache gcc python3-dev musl-dev linux-headers - uv sync - pytest - |