Skip to content

Commit 7ea7022

Browse files
Preinstall PyQt Qt6 & sip to speed up PyQt6 wheel build
1 parent 8772ffe commit 7ea7022

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build-linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
- name: Install dependencies
4545
run: |
4646
python3 -m pip install --upgrade pip
47+
pip3 install PyQt6-Qt6==6.9.2 PyQt6_sip==13.10.2
4748
pip3 install -r requirements.txt -U
4849
4950
- name: Build Exe

0 commit comments

Comments
 (0)