Skip to content

Commit b906e9c

Browse files
committed
fix aws auth
1 parent 51158ba commit b906e9c

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 -qq update
26-
apt-get -qq install $PYTHON_VER python3-pip python3-venv build-essential $PYTHON_VER-dev -y
25+
apt-get -qq update < /dev/null > /dev/null
26+
apt-get -qq install $PYTHON_VER $PYTHON_VER-pip $PYTHON_VER-venv build-essential $PYTHON_VER-dev -y < /dev/null > /dev/null
2727

2828
export PYTHON_BINARY=$PYTHON_VER
2929
export TEST_AUTH_AWS=1

0 commit comments

Comments
 (0)