Skip to content

Commit 8542754

Browse files
authored
[create-installer] Added missing dependency on PyQt6
1 parent adebcb0 commit 8542754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-installer.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install installer dependencies [Python]
2525
run: |
2626
python -m pip install --upgrade pip
27-
pip install dqrobotics pillow pyinstaller pyserial wheel
27+
pip install dqrobotics pillow pyinstaller pyserial wheel PyQt6
2828
- name: Build installer
2929
run: |
3030
pyinstaller installer.spec

0 commit comments

Comments
 (0)