From a7f0d028ffa4e3b5220f249585f20b2c83ef4f64 Mon Sep 17 00:00:00 2001 From: Georg K Date: Tue, 9 Apr 2024 03:02:35 +0300 Subject: [PATCH] feat: add gcc --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6674e0b..8479119 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,7 @@ publish-pypi: stage: package image: python:3.12.2-alpine3.19 script: + - apk add --no-cache gcc - pip install chardet poetry - poetry config virtualenvs.in-project true - poetry install -E compiler