From 5c5df6458a82bd4d7f5b58c0cfcb1a3d9a53127b Mon Sep 17 00:00:00 2001 From: Stephen Date: Sat, 13 Nov 2021 19:21:59 -0800 Subject: [PATCH] github CI (macOS): use brew bundle install (uses Brewfile) --- .github/workflows/ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 495f03344..29e0786ba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |