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 a3905b3 commit 67c0b54Copy full SHA for 67c0b54
.evergreen/scripts/run-aws-container-test.sh
@@ -24,7 +24,7 @@ set -o xtrace
24
PYTHON_VER="python3.11"
25
apt-get -qq update < /dev/null > /dev/null
26
apt-get -qq install software-properties-common -y < /dev/null > /dev/null # needed for apt-add-repository
27
-add-apt-repository ppa:deadsnakes/ppa -y
+add-apt-repository ppa:deadsnakes/ppa -y || true # this will fail on debian
28
29
apt-get -qq install $PYTHON_VER $PYTHON_VER-venv build-essential $PYTHON_VER-dev -y < /dev/null > /dev/null
30
0 commit comments