Try pyinstaller==4.6 to fix MacOS build failure.

This commit is contained in:
Jonathan Moody 2022-11-11 15:16:16 -06:00 committed by Lex Berezhny
parent 2c20ad6c43
commit 8b4c046d28

View file

@ -160,7 +160,7 @@ jobs:
path: ${{ steps.pip-cache.outputs.dir }}
key: ${{ runner.os }}-pip-${{ hashFiles('setup.py') }}
restore-keys: ${{ runner.os }}-pip-
- run: pip install pyinstaller==4.4
- run: pip install pyinstaller==4.6
- run: pip install -e .
- if: startsWith(github.ref, 'refs/tags/v')
run: python docker/set_build.py