ci: more dependencies

This commit is contained in:
Piotr Dec 2026-07-12 22:55:11 +02:00
parent a1c39df952
commit 24e17a862e
Signed by: stawros
GPG key ID: 74B18A3F0F1E99C0

View file

@ -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
- |