pin pyinstaller to 3.6

This commit is contained in:
Jack Robison 2020-01-16 13:44:04 -05:00
parent ed89841762
commit a75c003016
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -71,7 +71,7 @@ test:json-api:
- lbrynet-${OS}.zip - lbrynet-${OS}.zip
script: script:
- pip install --upgrade 'setuptools<45.0.0' - pip install --upgrade 'setuptools<45.0.0'
- pip install pyinstaller - pip install pyinstaller==3.6
- python3.7 docker/set_build.py - python3.7 docker/set_build.py
- pip install -e . - pip install -e .
- pyinstaller --onefile --name lbrynet lbry/extras/cli.py - pyinstaller --onefile --name lbrynet lbry/extras/cli.py
@ -127,7 +127,7 @@ build:windows:
- rmdir -Recurse venv - rmdir -Recurse venv
script: script:
- pip install --upgrade 'setuptools<45.0.0' - pip install --upgrade 'setuptools<45.0.0'
- pip install pyinstaller==3.5 - pip install pyinstaller==3.6
- python docker/set_build.py - python docker/set_build.py
- pip install -e . - pip install -e .
- pyinstaller --additional-hooks-dir=scripts/. --icon=icons/lbry256.ico -F -n lbrynet lbry/extras/cli.py - pyinstaller --additional-hooks-dir=scripts/. --icon=icons/lbry256.ico -F -n lbrynet lbry/extras/cli.py