Skip brew update and upgrade.

This commit is contained in:
chriseth 2019-02-21 12:14:45 +01:00
parent b43d75cee7
commit 6029c9f17a

View File

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