Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 68408b3

Browse files
authored
[CI] Suppress spurious brew warning (#12219)
1 parent d683ddb commit 68408b3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
PYTHON_EXECUTABLE="xvfb-run python"
9292
else
9393
if [ "${{ runner.os }}" = "macOS" ] && [ -n "$PACKAGES" ]; then
94-
brew install $PACKAGES
94+
brew install -q $PACKAGES
9595
fi
9696
9797
if [ "${{ runner.os }}" = "Windows" ] && [ -n "$PACKAGES" ]; then

.github/workflows/stubtest_third_party.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
else
7777
if [ "${{ runner.os }}" = "macOS" ] && [ -n "$PACKAGES" ]; then
7878
echo "Installing Homebrew packages: $PACKAGES"
79-
brew install $PACKAGES
79+
brew install -q $PACKAGES
8080
fi
8181
8282
if [ "${{ runner.os }}" = "Windows" ] && [ -n "$PACKAGES" ]; then

0 commit comments

Comments
 (0)