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 02aee8d commit acac58aCopy full SHA for acac58a
2 files changed
.github/workflows/daily.yml
@@ -80,7 +80,7 @@ jobs:
80
81
if [ "${{ runner.os }}" = "Linux" ]; then
82
if [ -n "$PACKAGES" ]; then
83
- sudo apt-get update && sudo apt-get install -y $PACKAGES
+ sudo apt-get update -q && sudo apt-get install -qy $PACKAGES
84
fi
85
86
PYTHON_EXECUTABLE="xvfb-run python"
.github/workflows/stubtest_third_party.yml
@@ -67,7 +67,7 @@ jobs:
67
68
69
echo "Installing apt packages: $PACKAGES"
70
71
72
73
0 commit comments