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 ed188d528f
commit bfe81ab1d7
No known key found for this signature in database
GPG Key ID: 243ACFA951F78E01
1 changed files with 1 additions and 5 deletions

View File

@ -99,11 +99,7 @@ jobs:
- name: Install macOS packages
if: ${{ runner.os == 'macOS' }}
run: |
brew install pkg-config || brew upgrade pkg-config
brew install zstd || brew upgrade zstd
brew install lz4 || brew upgrade lz4
brew install openssl@1.1 || brew upgrade openssl@1.1
run: brew bundle install
- name: Install Python requirements
run: |