From d5e812ee644cc530cab1e807116221aa3ea0608f Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Wed, 4 Nov 2020 22:14:53 +0100 Subject: [PATCH] Try with a containor not containing pylint preinstalled, install dev deps (pylint) --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c9224a09..ea9866d2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -54,8 +54,10 @@ lint: stage: checks script: # - poetry config virtualenvs.in-project true - - poetry install --no-dev + - poetry install - make pylint + variables: + PYTHON_VERSION: "3.9" .tests: extends: .changes -- GitLab