forked from LBRYCommunity/lbry-sdk
do not install torba
This commit is contained in:
parent
d809283d23
commit
431499f43f
1 changed files with 0 additions and 2 deletions
|
@ -59,7 +59,6 @@ test:json-api:
|
|||
- lbrynet-${OS}.zip
|
||||
script:
|
||||
- pip install pyinstaller
|
||||
- pip install -e torba/.
|
||||
- python3.7 docker/set_build.py
|
||||
- pip install -e lbry/.
|
||||
- pyinstaller --onefile --name lbrynet lbry/lbry/extras/cli.py
|
||||
|
@ -115,7 +114,6 @@ build:windows:
|
|||
- rmdir -Recurse venv
|
||||
script:
|
||||
- pip install pyinstaller
|
||||
- pip install -e torba/.
|
||||
- python docker/set_build.py
|
||||
- pip install -e lbry/.
|
||||
- pyinstaller --additional-hooks-dir=lbry/scripts/. --icon=lbry/icons/lbry256.ico -F -n lbrynet lbry/lbry/extras/cli.py
|
||||
|
|
Loading…
Reference in a new issue