forked from LBRYCommunity/lbry-sdk
trying pip3 on mac
This commit is contained in:
parent
8990c145fb
commit
6d208ac496
1 changed files with 4 additions and 4 deletions
|
@ -80,10 +80,10 @@ jobs:
|
||||||
osx_image: xcode9.4
|
osx_image: xcode9.4
|
||||||
language: generic
|
language: generic
|
||||||
install:
|
install:
|
||||||
- pip install pyinstaller
|
- pip3 install pyinstaller
|
||||||
- pip install git+https://github.com/lbryio/torba.git
|
- pip3 install git+https://github.com/lbryio/torba.git
|
||||||
- pip install git+https://github.com/lbryio/lbryschema.git
|
- pip3 install git+https://github.com/lbryio/lbryschema.git
|
||||||
- pip install -e .
|
- pip3 install -e .
|
||||||
script:
|
script:
|
||||||
- pyinstaller -F -n lbry lbrynet/cli.py
|
- pyinstaller -F -n lbry lbrynet/cli.py
|
||||||
- ./dist/lbry --version
|
- ./dist/lbry --version
|
||||||
|
|
Loading…
Add table
Reference in a new issue