forked from LBRYCommunity/lbry-sdk
make sure to use python3 when running set_build.py
This commit is contained in:
parent
19f300cc45
commit
fcab4eb9bd
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ jobs:
|
|||
install:
|
||||
- pip3 install pyinstaller
|
||||
- pip3 install git+https://github.com/lbryio/torba.git
|
||||
- python scripts/set_build.py
|
||||
- python3 scripts/set_build.py
|
||||
- pip3 install -e .
|
||||
script:
|
||||
- pyinstaller -F -n lbrynet lbrynet/extras/cli.py
|
||||
|
|
Loading…
Reference in a new issue