forked from LBRYCommunity/lbry-sdk
run brew upgrade twice and ignore result
This commit is contained in:
parent
b0deb63129
commit
17d1b85423
1 changed files with 2 additions and 1 deletions
|
@ -110,7 +110,8 @@ jobs:
|
|||
env: OS=mac
|
||||
cache: false
|
||||
before_install:
|
||||
- brew upgrade python
|
||||
- brew upgrade python || true
|
||||
- brew upgrade python || true
|
||||
install:
|
||||
- python3 --version
|
||||
- pip3 --version
|
||||
|
|
Loading…
Reference in a new issue