Skip to content

Commit 7760b64

Browse files
authored
Update main.yml
1 parent 3660446 commit 7760b64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
if: ${{ matrix.os == 'windows-latest' }}
3131
run: |
3232
pip install pyinstaller
33+
pip install -r requirements.txt
3334
pyinstaller --onefile --noconsole --icon=icon.ico GUI.py
3435
3536
- name: Upload

0 commit comments

Comments
 (0)