Skip to content

Commit 03e6e95

Browse files
committed
catch up the reactor excludes
1 parent 6be4b18 commit 03e6e95

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,12 @@ jobs:
4545
exclude:
4646
- python:
4747
tox: py27
48-
reactor: qt5
48+
reactor:
49+
tox: qt5
4950
- python:
5051
tox: py27
51-
reactor: asyncio
52+
reactor:
53+
tox: asyncio
5254
steps:
5355
- uses: actions/checkout@v2
5456
- name: Set up ${{ matrix.python.name }}

0 commit comments

Comments
 (0)