Skip to content

Commit e28c1ef

Browse files
committed
fix aws auth
1 parent e940205 commit e28c1ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.evergreen/run-mongodb-aws-ecs-test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ set -o xtrace
2222

2323
# Install python with pip.
2424
PYTHON_VER="python3.9"
25-
apt-get update
26-
apt-get install $PYTHON_VER python3-pip build-essential $PYTHON_VER-dev -y
25+
apt-get -qq update
26+
apt-get --qq install $PYTHON_VER python3-pip python3-venv build-essential $PYTHON_VER-dev -y
2727

2828
export PYTHON_BINARY=$PYTHON_VER
2929
export TEST_AUTH_AWS=1

0 commit comments

Comments
 (0)