Skip to content

Commit

Permalink
Revert "Temporarily call brew update to unblock CI (#1163)" (#1183)
Browse files Browse the repository at this point in the history
This reverts commit 5391a6a.
  • Loading branch information
alexsavulescu committed Apr 19, 2021
1 parent f0b324a commit b4957ca
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/neuron-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ jobs:
- name: Install homebrew packages
if: startsWith(matrix.os, 'macOS')
run: |
brew update
brew install coreutils doxygen mpich xz autoconf automake libtool && brew unlink mpich && brew install openmpi && brew install --cask xquartz
shell: bash

Expand Down
1 change: 0 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ jobs:
displayName: 'Install Python from python.org'
- script: |
brew update
brew install --cask xquartz
brew install flex bison mpich
brew unlink mpich && brew install openmpi
Expand Down

0 comments on commit b4957ca

Please sign in to comment.