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

[ci] #118: only install dev dependencies

- Try to override the pylint import issues by creating the virtualenv
  inside the project's root directory
parent 27d2daf0
No related branches found
No related tags found
No related merge requests found
Pipeline #10149 failed
...@@ -53,6 +53,8 @@ lint: ...@@ -53,6 +53,8 @@ lint:
- .code_changes - .code_changes
stage: checks stage: checks
script: script:
# - poetry config virtualenvs.in-project true
- poetry install --no-dev
- make pylint - make pylint
.tests: .tests:
......
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