From 7e3ca92a2a86c6f566c8ca3cd28183ea2da4ce29 Mon Sep 17 00:00:00 2001 From: Bastien Abadie <bastien@nextcairn.com> Date: Tue, 3 Oct 2023 11:24:38 +0200 Subject: [PATCH] Pin python version --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d0d3528..28071aa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ cache: linter: stage: test - image: python:3 + image: python:3.10 cache: paths: @@ -31,7 +31,7 @@ linter: tests: stage: test - image: python:3 + image: python:3.10 cache: paths: -- GitLab