From 0aa9f8bf36c1a1d00fa2a2a70d7c69663588e3a1 Mon Sep 17 00:00:00 2001 From: Sylvain LE GAL Date: Mon, 30 May 2022 13:51:00 +0200 Subject: [PATCH] try --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3b54156..baf88ef 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,7 +25,7 @@ pytest: stage: tests script: # Install the latest pythhon version supported by this librairy - - apk add python3 python3-dev + - apk add python3==~3.9 python3-dev==~3.9 - apk add gcc g++ libffi-dev - apk add git - python3 -m venv /.gitlab-ci-venv