Skip to content

Commit 0c26c08

Browse files
authored
Restore continue-on-error
1 parent b5d69fd commit 0c26c08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
cd src
7171
python --version # just to make sure we're running the right one
7272
python -m unittest test_typing_extensions.py
73+
continue-on-error: ${{ endsWith(matrix.python-version, '-dev') }}
7374

7475
- name: Test CPython typing test suite
7576
# Test suite fails on PyPy even without typing_extensions

0 commit comments

Comments
 (0)