ci: fix mypy step

This commit is contained in:
mathieui 2024-02-09 21:41:03 +01:00
parent 66d552d057
commit 1c4bbbce8e

View File

@ -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