Skip to content

Commit

Permalink
Merge pull request matplotlib#19266 from QuLogic/fix-ci
Browse files Browse the repository at this point in the history
Don't update homebrew on GitHub Actions
  • Loading branch information
jklymak committed Jan 9, 2021
2 parents fce0ee8 + 59c1afd commit 4e4410d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -18,6 +18,7 @@ jobs:
runs-on: ${{ matrix.os }}

strategy:
fail-fast: false
matrix:
include:
- name-suffix: "(Minimum Versions)"
Expand Down Expand Up @@ -90,7 +91,6 @@ jobs:
ttf-wqy-zenhei
;;
macOS)
brew update
brew install ccache
;;
esac
Expand Down

0 comments on commit 4e4410d

Please sign in to comment.