run brew upgrade twice and ignore result

This commit is contained in:
Lex Berezhny 2019-01-10 18:44:42 -05:00
parent b0deb63129
commit 17d1b85423

View file

@ -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