Skip to content
Snippets Groups Projects
Commit f3c08930 authored by Joscha Schmiedt's avatar Joscha Schmiedt
Browse files

Add pip install mypy to .gitlab-ci.yml mypy job

parent a4e43ef2
No related branches found
No related tags found
2 merge requests!143Release 0.15.0,!66F mypy
Pipeline #48772 canceled
......@@ -57,6 +57,7 @@ mypy:
tags: [ docker ]
stage: linting
script:
- pip install mypy
- make mypy
allow_failure: true
......
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