From bd68cd94b6349299cb08ac6dd7c75dcdbd7132b1 Mon Sep 17 00:00:00 2001 From: Sylvain LE GAL Date: Mon, 30 May 2022 13:39:44 +0200 Subject: [PATCH] [TRY] pin python version --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 99779da..60e1959 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,8 @@ black: pytest: stage: tests script: - - apk add python3.6 python3.6-dev + # Install the latest pythhon version supported by this librairy + - apk add python3.9 python3.9-dev - apk add gcc g++ libffi-dev - apk add git - python3 -m venv /.gitlab-ci-venv