From d6bd66a4045f578fc6a2d62ac0f55cc64430d7be Mon Sep 17 00:00:00 2001 From: Rafal Rudnicki Date: Tue, 15 Jul 2025 14:26:17 +0000 Subject: [PATCH] quiet brew install up-to-date warnings --- .github/workflows/reusable_basic.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reusable_basic.yml b/.github/workflows/reusable_basic.yml index 81ca53f10..97ebd469e 100644 --- a/.github/workflows/reusable_basic.yml +++ b/.github/workflows/reusable_basic.yml @@ -492,11 +492,11 @@ jobs: python3 -m pip install -r third_party/requirements.txt - name: Install dependencies - run: brew install jemalloc tbb automake libtool + run: brew install --quiet jemalloc tbb automake libtool - name: Install hwloc if: ${{ matrix.static_hwloc == 'OFF' }} - run: brew install hwloc + run: brew install --quiet hwloc - name: Get UMF version run: |