mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-02 18:46:04 -04:00
Use --extras all
in latest deps mypy CI
Twisted trunk job already does this. Missed in #12531.
This commit is contained in:
parent
ce6ecdd4b4
commit
f282d5fc11
1 changed files with 1 additions and 0 deletions
1
.github/workflows/latest_deps.yml
vendored
1
.github/workflows/latest_deps.yml
vendored
|
@ -32,6 +32,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
python-version: "3.x"
|
python-version: "3.x"
|
||||||
poetry-version: "1.2.0b1"
|
poetry-version: "1.2.0b1"
|
||||||
|
extras: "all"
|
||||||
# Dump installed versions for debugging.
|
# Dump installed versions for debugging.
|
||||||
- run: poetry run pip list > before.txt
|
- run: poetry run pip list > before.txt
|
||||||
# Upgrade all runtime dependencies only. This is intended to mimic a fresh
|
# Upgrade all runtime dependencies only. This is intended to mimic a fresh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue