We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3626850 commit 4b08ddfCopy full SHA for 4b08ddf
.github/workflows/ci.yml
@@ -91,6 +91,7 @@ jobs:
91
92
- run: pip install -r tests/requirements.txt
93
# TODO: remove this after the the next release of typing-extensions (v4.12.3 or v.4.13.0)
94
+ - run: pip uninstall -y typing-extensions
95
- run: pip install -U git+https://github.com/python/typing_extensions@main
96
97
- run: pip install -e .
0 commit comments