Skip to content

Commit 6e68d33

Browse files
authored
Use implementation to exclude PyPy with Qt
1 parent 64a1e71 commit 6e68d33

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -121,19 +121,11 @@ jobs:
121121
reactor:
122122
tox: asyncio
123123
- python:
124-
tox: pypy2
125-
reactor:
126-
tox: pyqt5
127-
- python:
128-
tox: pypy2
129-
reactor:
130-
tox: pyside2
131-
- python:
132-
tox: pypy3
124+
implementation: pypy
133125
reactor:
134126
tox: pyqt5
135127
- python:
136-
tox: pypy3
128+
implementation: pypy
137129
reactor:
138130
tox: pyside2
139131
- python:

0 commit comments

Comments
 (0)