Merge pull request #6064 from ethereum/someFewerBrewSteps

[CI] Skip brew update and upgrade.
This commit is contained in:
Alex Beregszaszi 2019-02-21 11:38:44 +00:00 committed by GitHub
commit a255a50292
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -202,8 +202,6 @@ jobs:
- run:
name: Install build dependencies
command: |
brew update
brew upgrade
brew unlink python
brew install z3
brew install boost
@ -353,8 +351,6 @@ jobs:
- run:
name: Install dependencies
command: |
brew update
brew upgrade
brew unlink python
brew install z3
- run: mkdir -p test_results