Skip to content

Commit

Permalink
[CI] Fix libomp in Mac CI builds (#504)
Browse files Browse the repository at this point in the history
### Summary:

Remove broken `libomp` installation in Mac CI on Github Actions

### Test Plan:

CI
  • Loading branch information
VivekPanyam authored Aug 17, 2021
1 parent 02d7e79 commit 75cdce6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build/ci/gh_actions_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ if [[ $(uname -s) == 'Darwin' ]]; then
wget https://www.python.org/ftp/python/3.8.2/python-3.8.2-macosx10.9.pkg &> /dev/null
sudo installer -pkg python-3.8.2-macosx10.9.pkg -target /
fi

# Install libomp 5
brew unlink libomp
brew install https://homebrew.bintray.com/bottles/libomp-5.0.1.high_sierra.bottle.tar.gz
fi

# Install python dependencies
Expand Down

0 comments on commit 75cdce6

Please sign in to comment.