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
|
||||
language: generic
|
||||
install:
|
||||
- pip install pyinstaller
|
||||
- pip install git+https://github.com/lbryio/torba.git
|
||||
- pip install git+https://github.com/lbryio/lbryschema.git
|
||||
- pip install -e .
|
||||
- pip3 install pyinstaller
|
||||
- pip3 install git+https://github.com/lbryio/torba.git
|
||||
- pip3 install git+https://github.com/lbryio/lbryschema.git
|
||||
- pip3 install -e .
|
||||
script:
|
||||
- pyinstaller -F -n lbry lbrynet/cli.py
|
||||
- ./dist/lbry --version
|
||||
|
|
Loading…
Reference in a new issue