Skip to content

Commit f99e699

Browse files
authored
Disable PyPy 2.7 CI due to installation failures
1 parent 88a8c35 commit f99e699

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,13 @@ jobs:
8888
docker: "3.10"
8989
implementation: cpython
9090
major: 3
91-
- name: PyPy 2.7
92-
tox: pypy27
93-
action: pypy-2.7
94-
docker: pypy2.7
95-
implementation: pypy
96-
major: 2
91+
# disabled due to installation failures
92+
# - name: PyPy 2.7
93+
# tox: pypy27
94+
# action: pypy-2.7
95+
# docker: pypy2.7
96+
# implementation: pypy
97+
# major: 2
9798
- name: PyPy 3.7
9899
tox: pypy37
99100
action: pypy-3.7

0 commit comments

Comments
 (0)