From 71c550a5ce356aa89f880924f3c4dc47d68b7156 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Sun, 17 Apr 2022 00:21:35 +0200 Subject: [PATCH] CI: Fix missing dependencies --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 33b6b75..5e364d5 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,6 +3,6 @@ pipeline: image: debian commands: - apt update - - apt install pylint3 python3-flake8 + - apt install --no-install-recommends -y pylint3 python3-flake8 python3-git git - python3 -m flake8 gitdch - python3 -m pylint gitdch