Skip to content

Commit c0d9bad

Browse files
author
SeanNaren
committed
Drop update as I think it's fixed now
1 parent 644e7aa commit c0d9bad

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/ci_test-base.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
- name: Setup macOS
3232
if: runner.os == 'macOS'
3333
run: |
34-
brew update # todo: find a better fix (libomp error)
3534
brew install libomp # https://github.com/pytorch/pytorch/issues/20030
3635
3736
# Note: This uses an internal pip API and may not always work

.github/workflows/ci_test-full.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ jobs:
4141
- name: Setup macOS
4242
if: runner.os == 'macOS'
4343
run: |
44-
brew update # todo: find a better fix (libomp error)
4544
brew install libomp # https://github.com/pytorch/pytorch/issues/20030
4645
brew install openmpi libuv # Horovod on macOS requires OpenMPI, Gloo not currently supported
4746

0 commit comments

Comments
 (0)