Skip to content
Snippets Groups Projects
Commit 40320ab7 authored by Niclas Esser's avatar Niclas Esser
Browse files

Install dependencies for pyling

parent 3a4720c6
No related branches found
No related tags found
1 merge request!4Pylint
Pipeline #214687 failed
......@@ -59,6 +59,7 @@ pylint:
image: python:3.9.18-bookworm
before_script:
- pip install pylint==2.13.5 anybadge==1.9.0 pylint-exit==1.2.0
- pip install .
script:
- mkdir ./pylint
- pylint --output-format=colorized pafsim | tee ./pylint/pylint.log || pylint-exit $?
......
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