[CI] Drop brew update (#6985)

This commit is contained in:
Sean Naren 2021-04-13 12:06:08 +01:00 committed by GitHub
parent 644e7aadf0
commit 23e8dff6b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -31,7 +31,6 @@ jobs:
- name: Setup macOS
if: runner.os == 'macOS'
run: |
brew update # todo: find a better fix (libomp error)
brew install libomp # https://github.com/pytorch/pytorch/issues/20030
# Note: This uses an internal pip API and may not always work

View File

@ -41,7 +41,6 @@ jobs:
- name: Setup macOS
if: runner.os == 'macOS'
run: |
brew update # todo: find a better fix (libomp error)
brew install libomp # https://github.com/pytorch/pytorch/issues/20030
brew install openmpi libuv # Horovod on macOS requires OpenMPI, Gloo not currently supported