8000 Backport PR #19266: Don't update homebrew on GitHub Actions · matplotlib/matplotlib@5dc874e · GitHub
[go: up one dir, main page]

Skip to content

Commit 5dc874e

Browse files
jklymakmeeseeksmachine
authored andcommitted
Backport PR #19266: Don't update homebrew on GitHub Actions
1 parent f3b7c85 commit 5dc874e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
runs-on: ${{ matrix.os }}
1919

2020
strategy:
21+
fail-fast: false
2122
matrix:
2223
include:
2324
- name-suffix: "(Minimum Versions)"
@@ -90,7 +91,6 @@ jobs:
9091
ttf-wqy-zenhei
9192
;;
9293
macOS)
93-
brew update
9494
brew install ccache
9595
;;
9696
esac

0 commit comments

Comments
 (0)
0