From acca29731f37e48ea2136ed2118db16b88fca84d Mon Sep 17 00:00:00 2001 From: Georg K Date: Tue, 9 Apr 2024 03:00:10 +0300 Subject: [PATCH] fix: python version --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3f1cfef..6674e0b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ stages: publish-pypi: stage: package - image: python:python:3.12.2-alpine3.19 + image: python:3.12.2-alpine3.19 script: - pip install chardet poetry - poetry config virtualenvs.in-project true