Thanks to visit codestin.com Credit goes to github.com
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 d683ddb commit 68408b3Copy full SHA for 68408b3
2 files changed
.github/workflows/daily.yml
@@ -91,7 +91,7 @@ jobs:
91
PYTHON_EXECUTABLE="xvfb-run python"
92
else
93
if [ "${{ runner.os }}" = "macOS" ] && [ -n "$PACKAGES" ]; then
94
- brew install $PACKAGES
+ brew install -q $PACKAGES
95
fi
96
97
if [ "${{ runner.os }}" = "Windows" ] && [ -n "$PACKAGES" ]; then
.github/workflows/stubtest_third_party.yml
@@ -76,7 +76,7 @@ jobs:
76
77
78
echo "Installing Homebrew packages: $PACKAGES"
79
80
81
82
0 commit comments