Skip to content

Commit c6b23a4

Browse files
committed
Exclude workflow for python 3.6 on windows-latest with pyqt6.
1 parent 9b905af commit c6b23a4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ jobs:
2323
exclude:
2424
- os: windows-latest
2525
python: "3.6"
26-
qt:
27-
- package: PyQt6
26+
qt: { package: PyQt6, qt_api: "pyqt6" }
2827

2928
steps:
3029
- name: Checkout

0 commit comments

Comments
 (0)