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 51158ba commit b906e9cCopy full SHA for b906e9c
.evergreen/run-mongodb-aws-ecs-test.sh
@@ -22,8 +22,8 @@ set -o xtrace
22
23
# Install python with pip.
24
PYTHON_VER="python3.9"
25
-apt-get -qq update
26
-apt-get -qq install $PYTHON_VER python3-pip python3-venv build-essential $PYTHON_VER-dev -y
+apt-get -qq update < /dev/null > /dev/null
+apt-get -qq install $PYTHON_VER $PYTHON_VER-pip $PYTHON_VER-venv build-essential $PYTHON_VER-dev -y < /dev/null > /dev/null
27
28
export PYTHON_BINARY=$PYTHON_VER
29
export TEST_AUTH_AWS=1
0 commit comments