Skip to content

Commit 125b8bf

Browse files
Update build-windows.yml
1 parent e9a06da commit 125b8bf

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/build-windows.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,7 @@ jobs:
2121
run: |
2222
python -m pip install --upgrade pip
2323
pip install pyinstaller
24-
25-
- name: Install requirements (if exists)
26-
run: |
27-
if exist requirements.txt (pip install -r requirements.txt)
28-
shell: cmd
24+
pip install PyQt5
2925
3026
- name: Build exe with PyInstaller
3127
run: |

0 commit comments

Comments
 (0)