maybe python is already installed on mac
This commit is contained in:
parent
3a1a9b988c
commit
b3ee29b66d
1 changed files with 5 additions and 2 deletions
|
@ -91,8 +91,11 @@ jobs:
|
||||||
env: OS=mac
|
env: OS=mac
|
||||||
cache: false
|
cache: false
|
||||||
install:
|
install:
|
||||||
- brew update
|
#- brew update
|
||||||
- brew install python
|
#- brew install python
|
||||||
|
- python --version
|
||||||
|
- pip --version
|
||||||
|
- pip3 --version
|
||||||
- pip3 install pyinstaller
|
- pip3 install pyinstaller
|
||||||
- git clone https://github.com/lbryio/torba.git --depth 1
|
- git clone https://github.com/lbryio/torba.git --depth 1
|
||||||
- sed -i -e "s/'plyvel',//" torba/setup.py
|
- sed -i -e "s/'plyvel',//" torba/setup.py
|
||||||
|
|
Loading…
Reference in a new issue