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 e28c1ef commit 51158baCopy full SHA for 51158ba
.evergreen/run-mongodb-aws-ecs-test.sh
@@ -23,7 +23,7 @@ set -o xtrace
23
# Install python with pip.
24
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
+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