CI: Don't run 'pip3 install' the Docker images already does that
This commit is contained in:
parent
a5a3e4677f
commit
e40eb92b55
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user