diff options
| -rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
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: | |||
| 31 | image: $CONTAINER_REGISTRY:linting | 31 | image: $CONTAINER_REGISTRY:linting |
| 32 | stage: linting | 32 | stage: linting |
| 33 | script: | 33 | script: |
| 34 | - pip3 install mypy | ||
| 35 | - mypy --ignore-missing-imports mat2 libmat2/*.py ./nautilus/mat2.py | 34 | - mypy --ignore-missing-imports mat2 libmat2/*.py ./nautilus/mat2.py |
| 36 | 35 | ||
| 37 | tests:debian: | 36 | tests:debian: |
