Skip to content

Commit ffa11fc

Browse files
authored
Correct pypy skips for PyQt5 and PySide2
1 parent cef5a58 commit ffa11fc

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,19 @@ jobs:
101101
- python:
102102
tox: pypy2
103103
reactor:
104-
tox: qt5
104+
tox: pyqt5
105+
- python:
106+
tox: pypy2
107+
reactor:
108+
tox: pyside2
105109
- python:
106110
tox: pypy3
107111
reactor:
108-
tox: qt5
112+
tox: pyqt5
113+
- python:
114+
tox: pypy3
115+
reactor:
116+
tox: pyside2
109117
steps:
110118
- uses: actions/checkout@v2
111119
- name: Enable Problem Matchers

0 commit comments

Comments
 (0)