Skip to content

Commit a957a36

Browse files
committed
Test PyQt6 on Windows CPython
1 parent 9a4b3e0 commit a957a36

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test-windows.yml

+5
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@ jobs:
8080
pytest-cov
8181
pytest-timeout
8282
83+
- name: Install CPython dependencies
84+
if: "!contains(matrix.python-version, 'pypy')"
85+
run: >
86+
python3 -m pip install PyQt6
87+
8388
- name: Install dependencies
8489
id: install
8590
run: |

0 commit comments

Comments
 (0)