ci: GCC in python pipeline

This commit is contained in:
Piotr Dec 2026-07-12 22:53:39 +02:00
parent 8baddb8b86
commit a1c39df952
Signed by: stawros
GPG key ID: 74B18A3F0F1E99C0

View file

@ -2,6 +2,7 @@ steps:
- name: test
image: ghcr.io/astral-sh/uv:0.9-python3.12-alpine
commands:
- apk add --no-cache gcc
- uv sync
- pytest
- |