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 7b6f228 commit f3dc0a7Copy full SHA for f3dc0a7
.evergreen/scripts/run-aws-container-test.sh
@@ -21,6 +21,8 @@ set -o xtrace
21
22
# Install python with pip.
23
PYTHON_VER="python3.11"
24
+apt-get -qq update < /dev/null > /dev/null
25
+apt-get -qq install software-properties-common -y # needed for apt-add-repository
26
add-apt-repository -qq ppa:deadsnakes/ppa -y
27
apt-get -qq update < /dev/null > /dev/null
28
apt-get -qq install $PYTHON_VER $PYTHON_VER-venv build-essential $PYTHON_VER-dev -y < /dev/null > /dev/null
0 commit comments