Skip to content

Commit

Permalink
Update Run Build EXE.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ad-closeNN authored Aug 13, 2024
1 parent 38d46ea commit 0dd5244
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/Run Build EXE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Install requirements
run: |
pip install -r requirements.txt
- name: Install PyInstaller
run: pip install pyinstaller
Expand Down

0 comments on commit 0dd5244

Please sign in to comment.