ci: remove allow_failure on pylint job
This commit is contained in:
parent
3f7e7bd9ca
commit
5b6ec15f73
1 changed files with 0 additions and 1 deletions
|
@ -67,7 +67,6 @@ pytest-latest:
|
||||||
|
|
||||||
pylint-latest:
|
pylint-latest:
|
||||||
stage: lint
|
stage: lint
|
||||||
allow_failure: true
|
|
||||||
image: python:3
|
image: python:3
|
||||||
script:
|
script:
|
||||||
- apt-get update && apt-get install -y libidn11-dev
|
- apt-get update && apt-get install -y libidn11-dev
|
||||||
|
|
Loading…
Reference in a new issue