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: pylint:
stage: Test stage: Test
before_script: before_script:
- python3 -m pip install pylint-exit anybadge - python3 -m pip install pylint pylint-exit anybadge
script: script:
- mkdir ./pylint - mkdir ./pylint
- python3 -m pylint --output-format=text asyncdb | tee ./pylint/pylint.log || pylint-exit "${?}" - python3 -m pylint --output-format=text asyncdb | tee ./pylint/pylint.log || pylint-exit "${?}"