From 837c646bc5148c98113332c400aa98c06f476437 Mon Sep 17 00:00:00 2001 From: "Maxime Alves LIRMM@home" Date: Wed, 1 Dec 2021 15:49:59 +0100 Subject: [PATCH] [ci] switch to bullseye-3.9 --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b8ce770..20553cc 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.8 +image: python:3.9-bullseye # Change pip's cache directory to be inside the project directory since we can # only cache local items. @@ -29,6 +29,7 @@ cache: test: script: + - apt-get update && apt-get -y install python3-venv - python3 -V # Print out python version for debugging - pip3 install pipenv - pipenv install --dev --skip-lock @@ -38,6 +39,7 @@ test: run: script: + - apt-get update && apt-get -y install python3-venv - python3 -V # Print out python version for debugging - pip3 install pipenv - pipenv install --dev --skip-lock