|
@@ -367,12 +367,8 @@ jobs:
|
|
|
- name: Install dependencies
|
|
|
run: |
|
|
|
set -ex
|
|
|
- brew uninstall [email protected] || echo
|
|
|
- brew uninstall [email protected] || echo
|
|
|
- brew untap local/openssl || echo
|
|
|
- brew untap local/python2 || echo
|
|
|
brew update
|
|
|
- # brew unlink python@2
|
|
|
+ brew install [email protected] || brew link --overwrite [email protected]
|
|
|
brew bundle --file=tests/Brewfile --no-upgrade || brew link --overwrite awscli
|
|
|
|
|
|
- name: Install OCaml libraries
|