Skip to content

Commit

Permalink
fix: add the 'scim' extra to the mypy GHA step
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk committed Nov 13, 2024
1 parent 0ed5962 commit a5a2717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
uses: matrix-org/setup-python-poetry@v1
with:
# We want to make use of type hints in optional dependencies too.
extras: all
extras: "all scim"
# We have seen odd mypy failures that were resolved when we started
# installing the project again:
# https://github.com/matrix-org/synapse/pull/15376#issuecomment-1498983775
Expand Down

0 comments on commit a5a2717

Please sign in to comment.