Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
n1d3v authored May 12, 2024
1 parent 2066dad commit 5326a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install dependencies
run: |
py -m pip install --upgrade pip
py -m pip install pyqt5 requests pyinstaller
py -m pip install pyqt5 aiohttp pyinstaller
- name: Build with pyinstaller
run: |
C:\hostedtoolcache\windows\Python\3.12.3\x64\Scripts\pyinstaller --noconsole --onefile naticord.py
Expand Down

0 comments on commit 5326a0f

Please sign in to comment.