From 842d71abf9b044af0996fa2b5c194a4ed8ba3346 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sat, 29 Jan 2022 23:39:57 +0100 Subject: ci: fix mypy job setup --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3