Skip to content

Commit 1888358

Browse files
authored
Merge pull request #1440 from bratpiorka/rrudnick_quiet_brew
quiet brew install up-to-date warnings
2 parents c02a552 + d6bd66a commit 1888358

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable_basic.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -492,11 +492,11 @@ jobs:
492492
python3 -m pip install -r third_party/requirements.txt
493493
494494
- name: Install dependencies
495-
run: brew install jemalloc tbb automake libtool
495+
run: brew install --quiet jemalloc tbb automake libtool
496496

497497
- name: Install hwloc
498498
if: ${{ matrix.static_hwloc == 'OFF' }}
499-
run: brew install hwloc
499+
run: brew install --quiet hwloc
500500

501501
- name: Get UMF version
502502
run: |

0 commit comments

Comments
 (0)