summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-04-28 11:29:13 +0100
committerDavid Robertson <davidr@element.io>2022-04-28 11:29:13 +0100
commitf282d5fc1185dde3f9ec31c49b630cff962545d7 (patch)
tree6f0d86e46206ca60a70e7f3d8dee66511ac0a012 /.github
parentAllow unused ignores in "bleeding edge" CI (diff)
downloadsynapse-f282d5fc1185dde3f9ec31c49b630cff962545d7.tar.xz
Use `--extras all` in latest deps mypy CI
Twisted trunk job already does this.

Missed in #12531.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/latest_deps.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/latest_deps.yml b/.github/workflows/latest_deps.yml
index 41da1c7408..c537a5a60f 100644
--- a/.github/workflows/latest_deps.yml
+++ b/.github/workflows/latest_deps.yml
@@ -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