We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8bbacf commit 3660446Copy full SHA for 3660446
.github/workflows/push.yml
@@ -27,7 +27,7 @@ jobs:
27
if: ${{ matrix.os == 'windows-latest' }}
28
run: |
29
pip install pyinstaller
30
- pip install requirements.txt
+ pip install -r requirements.txt
31
pyinstaller --onefile --noconsole --icon=icon.ico GUI.py
32
33
- name: Upload
0 commit comments