Skip to content
Snippets Groups Projects
Unverified Commit f282d5fc authored by David Robertson's avatar David Robertson
Browse files

Use `--extras all` in latest deps mypy CI

Twisted trunk job already does this.

Missed in #12531.
parent ce6ecdd4
No related branches found
No related tags found
No related merge requests found
...@@ -32,6 +32,7 @@ jobs: ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment