Skip to content

Commit

Permalink
[build] Try to update all pip-installed packages
Browse files Browse the repository at this point in the history
Authored by: bashonly
  • Loading branch information
bashonly committed Nov 22, 2023
1 parent 043390f commit e795974
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,9 @@ jobs:
run: |
cd repo
python3.8 -m pip install -U Pyinstaller -r requirements.txt # Cached version may be out of date
# Cached versions of may be out of date
python3.8 -m pip install -U pip setuptools wheel
python3.8 -m pip install -U Pyinstaller -r requirements.txt
python3.8 devscripts/update-version.py -c "${{ inputs.channel }}" -r "${{ needs.process.outputs.origin }}" "${{ inputs.version }}"
python3.8 devscripts/make_lazy_extractors.py
python3.8 pyinst.py
Expand Down

0 comments on commit e795974

Please sign in to comment.