Skip to content
Snippets Groups Projects
Verified Commit 56d3b0a7 authored by Christian Dreher's avatar Christian Dreher
Browse files

chore: Install all dev packages to avoid pylint errors or warnings about not found dependences

parent eff4eecd
No related branches found
No related tags found
1 merge request!484Enable apt caching, clean up pylint job
Pipeline #7720 failed
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment