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: |