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 b5d69fd commit 0c26c08Copy full SHA for 0c26c08
.github/workflows/ci.yml
@@ -70,6 +70,7 @@ jobs:
70
cd src
71
python --version # just to make sure we're running the right one
72
python -m unittest test_typing_extensions.py
73
+ continue-on-error: ${{ endsWith(matrix.python-version, '-dev') }}
74
75
- name: Test CPython typing test suite
76
# Test suite fails on PyPy even without typing_extensions
0 commit comments