Skip to content

Commit

Permalink
Temporarily call brew update to unblock CI (#1163)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsavulescu committed Apr 13, 2021
1 parent beb5b49 commit 25096fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/neuron-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ 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: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ 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 25096fe

Please sign in to comment.