Skip to content

Commit

Permalink
[CI] Drop brew update (#6985)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Naren authored Apr 13, 2021
1 parent 644e7aa commit 23e8dff
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci_test-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci_test-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 23e8dff

Please sign in to comment.