We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebdb14f commit d6bd66aCopy full SHA for d6bd66a
.github/workflows/reusable_basic.yml
@@ -492,11 +492,11 @@ jobs:
492
python3 -m pip install -r third_party/requirements.txt
493
494
- name: Install dependencies
495
- run: brew install jemalloc tbb automake libtool
+ run: brew install --quiet jemalloc tbb automake libtool
496
497
- name: Install hwloc
498
if: ${{ matrix.static_hwloc == 'OFF' }}
499
- run: brew install hwloc
+ run: brew install --quiet hwloc
500
501
- name: Get UMF version
502
run: |
0 commit comments