From 1c561f245d51b796ef16d9663fcda98fc0bbd725 Mon Sep 17 00:00:00 2001 From: Tadeja Kadunc Date: Wed, 29 Jul 2026 20:53:00 +0200 Subject: [PATCH] Initial commit --- .github/workflows/cpp.yml | 3 --- .github/workflows/python.yml | 3 --- 2 files changed, 6 deletions(-) diff --git a/.github/workflows/cpp.yml b/.github/workflows/cpp.yml index dce94f234d3d..2bccfd649acf 100644 --- a/.github/workflows/cpp.yml +++ b/.github/workflows/cpp.yml @@ -241,9 +241,6 @@ jobs: submodules: recursive - name: Install Dependencies run: | - # Workaround for https://github.com/grpc/grpc/issues/41755 - # Remove once the runner ships a newer Homebrew. - brew update brew bundle --file=cpp/Brewfile - name: Install MinIO run: | diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 3ffd3b9164d6..dd57cb28f84e 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -200,9 +200,6 @@ jobs: - name: Install Dependencies shell: bash run: | - # Workaround for https://github.com/grpc/grpc/issues/41755 - # Remove once the runner ships a newer Homebrew. - brew update brew bundle --file=cpp/Brewfile python -m pip install \ -r python/requirements-build.txt \