Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcelibs authored Dec 26, 2023
1 parent 7df35d3 commit fd1bbf2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r Local-Windows/requirements.txt
- name: Build exe
run: pyinstaller --onefile main.py
run: |
cd Local-Windows
pyinstaller --onefile main.py

0 comments on commit fd1bbf2

Please sign in to comment.