Skip to content

Commit 51158ba

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ set -o xtrace
2323
# Install python with pip.
2424
PYTHON_VER="python3.9"
2525
apt-get -qq update
26-
apt-get --qq install $PYTHON_VER python3-pip python3-venv build-essential $PYTHON_VER-dev -y
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)