Skip to content
Snippets Groups Projects
Verified Commit 48d2f259 authored by Björn Ludwig's avatar Björn Ludwig
Browse files

ci(mypy): introduce hypothesis installation into mypy job as its needed there

parent 5a2886a0
No related branches found
No related tags found
No related merge requests found
Pipeline #16331 passed
...@@ -69,7 +69,7 @@ mypy: ...@@ -69,7 +69,7 @@ mypy:
changes: changes:
- "**/*.py" - "**/*.py"
script: script:
- poetry install --with lint - poetry install --with lint,test
- mypy . - mypy .
pylint: pylint:
......
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