Skip to content

Commit dc3ddbf

Browse files
committed
fix ecs test
1 parent 2d7913b commit dc3ddbf

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
@@ -22,7 +22,7 @@ set -o xtrace
2222
# Install python with pip.
2323
PYTHON_VER="python3.10"
2424
apt-get -qq update < /dev/null > /dev/null
25-
apt-get install software-properties-common
25+
apt-get -q install -y software-properties-common
2626
add-apt-repository -y 'ppa:deadsnakes/ppa'
2727
apt-get -qq install $PYTHON_VER $PYTHON_VER-venv build-essential $PYTHON_VER-dev -y < /dev/null > /dev/null
2828

0 commit comments

Comments
 (0)