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 1c71fe1 commit 0e2d861Copy full SHA for 0e2d861
.evergreen/scripts/run-aws-container-test.sh
@@ -20,7 +20,7 @@ fi
20
set -o xtrace
21
22
# Install python with pip.
23
-PYTHON_VER="python3.11"
+PYTHON_VER="python3.9"
24
apt-get -qq update < /dev/null > /dev/null
25
apt-get -qq install $PYTHON_VER $PYTHON_VER-venv build-essential $PYTHON_VER-dev -y < /dev/null > /dev/null
26
0 commit comments