Fix mypy in gitlab ci
This commit is contained in:
parent
61fcf7a5be
commit
9e7567b823
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ mypy:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- pip3 install -e .
|
- pip3 install -e .
|
||||||
- mypy --install-types
|
- mypy --install-types multischleuder
|
||||||
- mypy multischleuder
|
- mypy multischleuder
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue