Skip to content
Snippets Groups Projects
Commit 3a7ddb44 authored by Moul's avatar Moul
Browse files

[ci] Try to run pylint under Py3.9 image

parent 999bcec2
No related branches found
No related tags found
No related merge requests found
Pipeline #10171 failed
...@@ -55,6 +55,8 @@ lint: ...@@ -55,6 +55,8 @@ lint:
script: script:
- poetry install - poetry install
- make pylint - make pylint
variables:
PYTHON_VERSION: "3.9"
.tests: .tests:
extends: .changes extends: .changes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment