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

Try with a containor not containing pylint preinstalled, install dev deps (pylint)

parent f115083e
No related branches found
No related tags found
No related merge requests found
Pipeline #10134 failed
......@@ -54,8 +54,10 @@ lint:
stage: checks
script:
- poetry config virtualenvs.in-project true
- poetry install --no-dev
- poetry install
- make pylint
variables:
PYTHON_VERSION: "3.9"
.tests:
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