We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adebcb0 commit 8542754Copy full SHA for 8542754
.github/workflows/create-installer.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Install installer dependencies [Python]
25
run: |
26
python -m pip install --upgrade pip
27
- pip install dqrobotics pillow pyinstaller pyserial wheel
+ pip install dqrobotics pillow pyinstaller pyserial wheel PyQt6
28
- name: Build installer
29
30
pyinstaller installer.spec
0 commit comments