Force pyinstaller to 3.3 on mac as well
This commit is contained in:
@@ -5,4 +5,4 @@ sudo python3 -m ensurepip --upgrade
|
||||
# A manual check that the correct version of Python is running.
|
||||
python3 --version
|
||||
python3 -m pip install -r requirements.txt
|
||||
python3 -m pip install PyInstaller
|
||||
python3 -m pip install PyInstaller==3.3
|
||||
|
||||
Reference in New Issue
Block a user