Skip to content

Commit 4f0bbf8

Browse files
authored
Update build.yml
1 parent f75ca18 commit 4f0bbf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515

1616
- name: Install dependencies
1717
run: |
18-
pip install opencv-python PyQt5 numpy pyinstaller
18+
pip install opencv-python PySide6 numpy
1919
2020
- name: Build with PyInstaller
2121
run: |
22-
pyinstaller --noconsole --onefile --name "Myopic_Sim" app_wgc.py
22+
pyinstaller --noconsole --onefile --collect-all PySide6 --name "Myopic_Sim" app_wgc.py
2323
2424
- name: Upload EXE
2525
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)