Skip to content

Commit

Permalink
skip error_pos test
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip committed May 7, 2023
1 parent 1be458d commit fe95f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cython.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ jobs:
cd cy
python -m pip install -U pip "setuptools<60" wheel
# python setup.py build_ext -i # pypy should be faster with pure python
python runtests.py -vv --no-code-style -x Debugger -x pyximport --backends=${{ matrix.backend }} -j7
python runtests.py -vv --no-code-style -x Debugger -x pyximport --backends=${{ matrix.backend }} -j7 -x error_pos

0 comments on commit fe95f10

Please sign in to comment.