CI: Fix missing dependencies
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Benjamin Renard 2022-04-17 00:21:35 +02:00
parent 4a4eb8d0e1
commit 71c550a5ce

View file

@ -3,6 +3,6 @@ pipeline:
image: debian image: debian
commands: commands:
- apt update - 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 flake8 gitdch
- python3 -m pylint gitdch - python3 -m pylint gitdch