github CI (macOS): use brew bundle install (uses Brewfile)

This commit is contained in:
Stephen 2021-11-13 19:21:59 -08:00 committed by Thomas Waldmann
parent b8e5df9410
commit 5c5df6458a
No known key found for this signature in database
GPG Key ID: 243ACFA951F78E01
1 changed files with 1 additions and 6 deletions

View File

@ -160,12 +160,7 @@ jobs:
${{ runner.os }}-
- name: Install macOS packages
run: |
brew install pkg-config || brew upgrade pkg-config
brew install zstd || brew upgrade zstd
brew install lz4 || brew upgrade lz4
brew install xxhash || brew upgrade xxhash
brew install openssl@1.1 || brew upgrade openssl@1.1
run: brew bundle install
- name: Install Python requirements
run: |