Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 505d861

Browse files
author
David Robertson
committed
Use --extras all in latest deps mypy CI
Twisted trunk job already does this. Missed in #12531.
1 parent 4fadcad commit 505d861

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/latest_deps.yml

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
with:
3333
python-version: "3.x"
3434
poetry-version: "1.2.0b1"
35+
extras: "all"
3536
# Dump installed versions for debugging.
3637
- run: poetry run pip list > before.txt
3738
# Upgrade all runtime dependencies only. This is intended to mimic a fresh

0 commit comments

Comments
 (0)