Skip to content
Snippets Groups Projects
Commit 814c4eb5 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 99c3731a
Branches
Tags
No related merge requests found
......@@ -53,6 +53,8 @@ lint:
- .code_changes
stage: checks
script:
- poetry config virtualenvs.in-project true
- poetry install --no-dev
- make pylint
.tests:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment