Fix install dependencies in pylint test
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Benjamin Renard 2022-05-02 16:22:19 +02:00
parent d228660900
commit a450ed9058
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ pipeline:
group: test
image: pipelinecomponents/pylint
commands:
- python3 -m pip install debian-parser
- python3 -m pip install debian-parser requests urllib3
- pylint entrypoint.py
test-flake8: