Skip to content

Commit 3660446

Browse files
authored
Update push.yml
1 parent d8bbacf commit 3660446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
if: ${{ matrix.os == 'windows-latest' }}
2828
run: |
2929
pip install pyinstaller
30-
pip install requirements.txt
30+
pip install -r requirements.txt
3131
pyinstaller --onefile --noconsole --icon=icon.ico GUI.py
3232
3333
- name: Upload

0 commit comments

Comments
 (0)