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
Branches
Tags
2 merge requests!143Release 0.15.0,!66F mypy
Pipeline #48772 canceled
...@@ -57,6 +57,7 @@ mypy: ...@@ -57,6 +57,7 @@ mypy:
tags: [ docker ] tags: [ docker ]
stage: linting stage: linting
script: script:
- pip install mypy
- make mypy - make mypy
allow_failure: true allow_failure: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment