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: ...@@ -54,8 +54,10 @@ lint:
stage: checks stage: checks
script: script:
- poetry config virtualenvs.in-project true - poetry config virtualenvs.in-project true
- poetry install --no-dev - 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.
Please register or to comment