This commit is contained in:
parent
1e621d3ab9
commit
f81c156097
@ -12,6 +12,6 @@ steps:
|
|||||||
image: python:3.7-slim-buster
|
image: python:3.7-slim-buster
|
||||||
commands:
|
commands:
|
||||||
- apt update
|
- apt update
|
||||||
- apt install -y pylint libcurl4-openssl-dev libssl-dev python-dev
|
- apt install -y pylint libcurl4-openssl-dev libssl-dev python-dev gcc
|
||||||
- pip3 install -r requirements.txt
|
- pip3 install -r requirements.txt
|
||||||
- pylint *.py
|
- pylint *.py
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user