From 45cf32de2b8018dd7cc82772b881878261066cc8 Mon Sep 17 00:00:00 2001 From: Maxime Alves LIRMM Date: Sun, 20 Aug 2023 23:53:18 +0200 Subject: [PATCH] [ci] utilisation de l'image 3.17 (pour fix le bug exceptiongroup) --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2186aa4..32cd6cc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ # Official language image. Look for the different tagged releases at: # https://hub.docker.com/r/library/python/tags/ -image: python:3.11.4-alpine3.18 +image: python:3.11.4-alpine3.17 # Change pip's cache directory to be inside the project directory since we can # only cache local items. @@ -33,13 +33,13 @@ stages: .before_script_template: &test before_script: - - apk update && apk add py3-virtualenv py3-pip + - apk update && apk add py3-virtualenv py3-pip py3-exceptiongroup - python3 -V # Print out python version for debugging - pip3 install pipenv - pipenv install --dev test: - image: python:${PYVERSION}-alpine3.18 + image: python:${PYVERSION}-alpine3.17 stage: test <<: *test parallel: