From c0d9bad00d8a9d8395c804b552ea89264809591c Mon Sep 17 00:00:00 2001 From: SeanNaren Date: Tue, 13 Apr 2021 10:55:18 +0100 Subject: [PATCH] Drop update as I think it's fixed now --- .github/workflows/ci_test-base.yml | 1 - .github/workflows/ci_test-full.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/ci_test-base.yml b/.github/workflows/ci_test-base.yml index 3441097ae22cb..cf92c64f1feec 100644 --- a/.github/workflows/ci_test-base.yml +++ b/.github/workflows/ci_test-base.yml @@ -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 diff --git a/.github/workflows/ci_test-full.yml b/.github/workflows/ci_test-full.yml index ec65296de1afb..ec9e71c5b83b2 100644 --- a/.github/workflows/ci_test-full.yml +++ b/.github/workflows/ci_test-full.yml @@ -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