[CI] Drop brew update (#6985)
This commit is contained in:
parent
644e7aadf0
commit
23e8dff6b9
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue