0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-05-31 17:58:57 +02:00

Use --extras all in latest deps mypy CI

Twisted trunk job already does this.

Missed in #12531.
This commit is contained in:
David Robertson 2022-04-28 11:29:13 +01:00
parent ce6ecdd4b4
commit f282d5fc11
No known key found for this signature in database
GPG key ID: 903ECE108A39DEDD

View file

@ -32,6 +32,7 @@ jobs:
with:
python-version: "3.x"
poetry-version: "1.2.0b1"
extras: "all"
# Dump installed versions for debugging.
- run: poetry run pip list > before.txt
# Upgrade all runtime dependencies only. This is intended to mimic a fresh