From e40eb92b552c662d8471736e91437aa370565e05 Mon Sep 17 00:00:00 2001 From: georg Date: Thu, 7 Mar 2019 16:19:03 +0000 Subject: [PATCH] CI: Don't run 'pip3 install' the Docker images already does that --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6f9a9da..0adeb04 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,7 +31,6 @@ mypy: image: $CONTAINER_REGISTRY:linting stage: linting script: - - pip3 install mypy - mypy --ignore-missing-imports mat2 libmat2/*.py ./nautilus/mat2.py tests:debian: