Skip to content
This repository was archived by the owner on Aug 8, 2025. It is now read-only.

Commit 34c6499

Browse files
authored
Update python-app.yml
1 parent 1c9dcd2 commit 34c6499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: |
2626
python -m pip install --upgrade pip
2727
pip install pyinstaller
28-
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
28+
pip install -r requirements.txt
2929
- name: Build with pyinstaller
3030
run: |
3131
pyinstaller main.spec

0 commit comments

Comments
 (0)