Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/reusable_basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down