ci: fix mypy step
This commit is contained in:
parent
66d552d057
commit
1c4bbbce8e
@ -1,6 +1,6 @@
|
|||||||
steps:
|
steps:
|
||||||
mypy:
|
mypy:
|
||||||
image: python:3
|
image: python:3
|
||||||
script:
|
commands:
|
||||||
- pip3 install mypy types-setuptools
|
- pip3 install mypy types-setuptools
|
||||||
- mypy slixmpp
|
- mypy slixmpp
|
||||||
|
Loading…
Reference in New Issue
Block a user