From 77b6e4b326f727f40755b1180320cbca9231aebf Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Wed, 6 Oct 2021 06:53:08 -0500 Subject: [PATCH] Add pylint to install packages, might be missing --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0b4ac56..c9d79f6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,7 +23,7 @@ stages: # List of stages for jobs, and their order of execution pylint: stage: Test before_script: - - python3 -m pip install pylint-exit anybadge + - python3 -m pip install pylint pylint-exit anybadge script: - mkdir ./pylint - python3 -m pylint --output-format=text asyncdb | tee ./pylint/pylint.log || pylint-exit "${?}"