forked from LBRYCommunity/lbry-sdk
on mac brew, python 3 is installed with plain python while python2 now requires python@2
This commit is contained in:
parent
12f2bebc46
commit
3a1a9b988c
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ jobs:
|
|||
cache: false
|
||||
install:
|
||||
- brew update
|
||||
- brew install python3
|
||||
- brew install python
|
||||
- pip3 install pyinstaller
|
||||
- git clone https://github.com/lbryio/torba.git --depth 1
|
||||
- sed -i -e "s/'plyvel',//" torba/setup.py
|
||||
|
|
Loading…
Reference in a new issue