ci: fix mypy step
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user