From 56d3b0a74e171dbf817d65cd79afad03797b07e8 Mon Sep 17 00:00:00 2001 From: Christian Dreher <c.dreher@kit.edu> Date: Fri, 20 Jan 2023 15:07:15 +0100 Subject: [PATCH] chore: Install all dev packages to avoid pylint errors or warnings about not found dependences --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b3c080073..c307b08b7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,7 +33,7 @@ pylint: image: python:3.8-bullseye stage: lint before_script: - - pip install pylint pylint-pytest pylint-gitlab anybadge + - pip install -r requirements/development.txt - mkdir -p public/badges public/lint - echo undefined > public/badges/$CI_JOB_NAME.score script: -- GitLab