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 e940205 commit e28c1efCopy full SHA for e28c1ef
.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 update
26
-apt-get install $PYTHON_VER python3-pip build-essential $PYTHON_VER-dev -y
+apt-get -qq update
+apt-get --qq install $PYTHON_VER python3-pip python3-venv build-essential $PYTHON_VER-dev -y
27
28
export PYTHON_BINARY=$PYTHON_VER
29
export TEST_AUTH_AWS=1
0 commit comments