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

Commit

Permalink
Use --extras all in latest deps mypy CI
Browse files Browse the repository at this point in the history
Twisted trunk job already does this.

Missed in #12531.
  • Loading branch information
David Robertson committed Apr 28, 2022
1 parent ce6ecdd commit f282d5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/latest_deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f282d5f

Please sign in to comment.