diff --git a/.woodpecker.yml b/.woodpecker.yml index 6b8a659..83eb9e9 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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: