Skip to content

Commit

Permalink
Update pip prior to building to avoid warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrob committed Aug 29, 2023
1 parent 0752f4f commit c37627b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pyinstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
# install requirements and build
# - note: `--hidden-import` is required for GUI mode until https://github.com/hustcc/timeago/issues/40 is fixed
- run: |
python -m pip install --upgrade pip
python -m pip install wheel
python -m pip install -r requirements.txt pyinstaller
python -m PyInstaller --clean --noconsole --onefile --hidden-import timeago.locales.en_short emailproxy.py
Expand Down

0 comments on commit c37627b

Please sign in to comment.