Skip to content

Commit

Permalink
Correct script for creating PyInstaller installers.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsorby committed Feb 9, 2022
1 parent 94bddda commit 8606c7a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/on-demand-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@ jobs:
cd $GITHUB_WORKSPACE
cd scripts
# ${{ steps.get_tag.outputs.tag }}
# Manually install PyInstaller rather than use the dev install requires from setup.py.
$pip_exe install pyinstaller
if [ "${{ matrix.variant }}" == "mapclient" ]; then
$python_exe prepare_mapclient_release.py ${{ matrix.tag }}
elif [ "${{ matrix.variant }}" == "mapping-tools" ]; then
Expand Down

0 comments on commit 8606c7a

Please sign in to comment.