Skip to content

Commit 8986393

Browse files
committed
temp: don't run pypy in CI
1 parent d87a2c6 commit 8986393

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ jobs:
4545
if: "${{ !startsWith(matrix.py, 'pypy') }}"
4646
run: tox -e static,py3_eest,optimized,py3
4747

48-
- name: Run Tox (PyPy)
49-
if: "${{ startsWith(matrix.py, 'pypy') }}"
50-
run: tox -e pypy3
51-
env:
52-
PYPY_GC_MAX: "10G"
48+
# - name: Run Tox (PyPy)
49+
# if: "${{ startsWith(matrix.py, 'pypy') }}"
50+
# run: tox -e pypy3
51+
# env:
52+
# PYPY_GC_MAX: "10G"
5353

5454
- name: Upload coverage reports to Codecov
5555
if: "${{ !startsWith(matrix.py, 'pypy') }}"

0 commit comments

Comments
 (0)