We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f0bbf8 commit 3a60df3Copy full SHA for 3a60df3
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
16
- name: Install dependencies
17
run: |
18
- pip install opencv-python PySide6 numpy
+ pip install opencv-python PySide6 numpy pyinstaller
19
20
- name: Build with PyInstaller
21
0 commit comments