From 15aaaf9e487075cbd7c67dcc1f822f32aef146ef Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Sun, 27 Jun 2021 15:19:58 +0200 Subject: [PATCH] [ci] #177: Set Py3.9 as default where pre-commit is installed --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 25f0d49b..45d4a1d7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ stages: variables: DOCKER_IMAGE: "registry.duniter.org/docker/python3/poetry" - PYTHON_VERSION: "3.8" + PYTHON_VERSION: "3.9" image: $DOCKER_IMAGE/$PYTHON_VERSION:latest @@ -96,12 +96,12 @@ tests-3.7: tests-3.8: extends: .tests tags: [redshift] + variables: + PYTHON_VERSION: "3.8" tests-3.9: extends: .tests tags: [redshift] - variables: - PYTHON_VERSION: "3.9" release: stage: release -- GitLab