Skip to content

Commit b7ab779

Browse files
authored
Allow brew upgrade to fail in MacOS setup
Modify MacOS setup to allow brew upgrade to fail without stopping the workflow.
1 parent 52e8af1 commit b7ab779

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ jobs:
225225
if: matrix.os == 'macos'
226226
run: |
227227
brew update
228-
brew upgrade
228+
brew upgrade || true
229229
brew install coreutils python fftw hdf5 gcc@15 boost open-mpi lapack
230230
echo "FC=gfortran-15" >> $GITHUB_ENV
231231
echo "BOOST_INCLUDE=/opt/homebrew/include/" >> $GITHUB_ENV

0 commit comments

Comments
 (0)