1
0
Fork 0

CI: Don't run 'pip3 install' the Docker images already does that

This commit is contained in:
georg 2019-03-07 16:19:03 +00:00 committed by jvoisin
parent a5a3e4677f
commit e40eb92b55
1 changed files with 0 additions and 1 deletions

View File

@ -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: