ci: fix mypy job setup
This commit is contained in:
parent
9cc861eeff
commit
842d71abf9
1 changed files with 1 additions and 2 deletions
|
@ -106,7 +106,6 @@ mypy:
|
|||
stage: lint
|
||||
image: python:3
|
||||
script:
|
||||
- pip3 install mypy
|
||||
- pip install "typed_ast>=1.4.0,<1.5.0" types-pkg_resources
|
||||
- pip3 install mypy types-setuptools
|
||||
- mypy --ignore-missing-imports ./poezio
|
||||
- mypy --ignore-missing-imports ./plugins
|
||||
|
|
Loading…
Reference in a new issue