From a450ed9058b89a5235f27227448343b90986b204 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Mon, 2 May 2022 16:22:19 +0200 Subject: [PATCH] Fix install dependencies in pylint test --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: