Skip to content

Commit 08b4e45

Browse files
GitHub Actions only supports PyQt5 not PyQt6
1 parent 636729c commit 08b4e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
python-version: ["3.8", "3.9", "3.10"]
20-
qt-lib: [pyqt5, pyqt6, pyside2, pyside6]
20+
qt-lib: [pyqt5, pyside2]
2121
env:
2222
DISPLAY: ':99.0'
2323

0 commit comments

Comments
 (0)