Skip to content

Commit 5eb710f

Browse files
committed
avoid brew update
1 parent d6c8c52 commit 5eb710f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ jobs:
2323
- name: Install MacOS dependencies
2424
if: matrix.os == 'macos-latest'
2525
run: |
26-
brew install --force --overwrite python@3.11
27-
brew update
26+
# brew update # fails
2827
brew install mpich2 lapack cmake
2928
- name: Checkout code
3029
uses: actions/checkout@v3

0 commit comments

Comments
 (0)