Skip to content

Commit 34e6f53

Browse files
committed
Skip segfaulting tests on PyPY
1 parent af1a1dd commit 34e6f53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: ubuntu-latest
4848
strategy:
4949
matrix:
50-
python-version: ["3.8", "3.9", "3.10", "3.11", "pypy-3.8"] # , "pypy-3.9", "pypy-3.10"
50+
python-version: ["3.8", "3.9", "3.10", "3.11"] # FIXME: these segfault PyPy
5151
fail-fast: false
5252
steps:
5353
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)