From 3a7ddb4486db9a09790aa3234d1b54575305ab2e Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Sat, 7 Nov 2020 15:57:48 +0100
Subject: [PATCH] [ci] Try to run pylint under Py3.9 image

---
 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b57e2188..13cb19d1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -55,6 +55,8 @@ lint:
   script:
     - poetry install
     - make pylint
+  variables:
+    PYTHON_VERSION: "3.9"
 
 .tests:
   extends: .changes
-- 
GitLab