diff options
author | mathieui <mathieui@mathieui.net> | 2022-01-29 23:39:57 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2022-01-29 23:42:24 +0100 |
commit | 842d71abf9b044af0996fa2b5c194a4ed8ba3346 (patch) | |
tree | 54705e3eaaf7a6e87077899d9a77c427719925aa | |
parent | 9cc861eeff9116d297712737ae42475203820ac6 (diff) | |
download | poezio-842d71abf9b044af0996fa2b5c194a4ed8ba3346.tar.gz poezio-842d71abf9b044af0996fa2b5c194a4ed8ba3346.tar.bz2 poezio-842d71abf9b044af0996fa2b5c194a4ed8ba3346.tar.xz poezio-842d71abf9b044af0996fa2b5c194a4ed8ba3346.zip |
ci: fix mypy job setup
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index db3275a9..a908b86a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 |