Bump pyinstaller version once again
This commit is contained in:
@@ -53,7 +53,7 @@ install:
|
||||
# target Python version and architecture
|
||||
- ECHO "Install pip requirements:"
|
||||
- "python -m pip install -r requirements.txt"
|
||||
- "python -m pip install PyInstaller==3.3"
|
||||
- "python -m pip install PyInstaller==3.6"
|
||||
|
||||
before_build:
|
||||
# directory that will contain the built files
|
||||
|
||||
@@ -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==3.3
|
||||
python3 -m pip install PyInstaller==3.6
|
||||
|
||||
Reference in New Issue
Block a user