Fix install dependencies in pylint test
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
d228660900
commit
a450ed9058
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ pipeline:
|
||||||
group: test
|
group: test
|
||||||
image: pipelinecomponents/pylint
|
image: pipelinecomponents/pylint
|
||||||
commands:
|
commands:
|
||||||
- python3 -m pip install debian-parser
|
- python3 -m pip install debian-parser requests urllib3
|
||||||
- pylint entrypoint.py
|
- pylint entrypoint.py
|
||||||
|
|
||||||
test-flake8:
|
test-flake8:
|
||||||
|
|
Loading…
Reference in a new issue