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.
2 parents 9b6cdd9 + 9fd3c40 commit fae1cafCopy full SHA for fae1caf
scripts/ci-conformance.sh
@@ -46,8 +46,8 @@ cleanup() {
46
trap cleanup EXIT
47
48
# Ensure that python3-pip is installed.
49
-apt update
50
-apt install -y python3-pip
+apt-get update -y
+apt-get install -y python3-pip
51
rm -rf /var/lib/apt/lists/*
52
53
# Install/upgrade pip and requests module explicitly for HTTP calls.
scripts/ci-e2e.sh
@@ -47,8 +47,8 @@ cleanup() {
54
0 commit comments