Skip to content

Commit f3dc0a7

Browse files
committed
clean up script
1 parent 7b6f228 commit f3dc0a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.evergreen/scripts/run-aws-container-test.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ set -o xtrace
2121

2222
# Install python with pip.
2323
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
2426
add-apt-repository -qq ppa:deadsnakes/ppa -y
2527
apt-get -qq update < /dev/null > /dev/null
2628
apt-get -qq install $PYTHON_VER $PYTHON_VER-venv build-essential $PYTHON_VER-dev -y < /dev/null > /dev/null

0 commit comments

Comments
 (0)