From 00bce5569b5e7fd0f6e373857a89996e07bf0725 Mon Sep 17 00:00:00 2001 From: John Ericson Date: Tue, 23 Feb 2021 13:40:15 -0500 Subject: Don't mypy giscanner src and installation This resulted in duplicate module errors for me. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index df720e3f..d8c72acb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -58,7 +58,7 @@ fedora-x86_64-meson: - mv _build/docs/reference/html/ public/girepository/ - python3 -m pip install --user flake8 mypy==0.790 - python3 -m flake8 --count - - python3 -m mypy . + - python3 -m mypy _build except: - tags artifacts: -- cgit v1.2.1