ci: remove allow_failure on pylint job

This commit is contained in:
mathieui 2021-03-14 12:30:51 +01:00
parent 3f7e7bd9ca
commit 5b6ec15f73

View file

@ -67,7 +67,6 @@ pytest-latest:
pylint-latest:
stage: lint
allow_failure: true
image: python:3
script:
- apt-get update && apt-get install -y libidn11-dev