1
0
mirror of synced 2024-06-02 04:18:03 +02:00

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

View File

@ -31,7 +31,6 @@ mypy:
image: $CONTAINER_REGISTRY:linting image: $CONTAINER_REGISTRY:linting
stage: linting stage: linting
script: script:
- pip3 install mypy
- mypy --ignore-missing-imports mat2 libmat2/*.py ./nautilus/mat2.py - mypy --ignore-missing-imports mat2 libmat2/*.py ./nautilus/mat2.py
tests:debian: tests:debian: