Add pylint to install packages, might be missing

This commit is contained in:
Price Hiller 2021-10-06 06:53:08 -05:00
parent 228c264fa5
commit 77b6e4b326

View File

@ -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 "${?}"