Skip to content

Commit 6ec34aa

Browse files
authored
Remove continue-on-error
1 parent 52ae049 commit 6ec34aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ 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') }}
7473
7574
- name: Test CPython typing test suite
7675
# Test suite fails on PyPy even without typing_extensions

0 commit comments

Comments
 (0)