From 93b824be00ba7d760a6433099dc92317082fe454 Mon Sep 17 00:00:00 2001 From: pbialecki Date: Sat, 21 Jan 2023 00:21:54 -0800 Subject: [PATCH] workaround for #1272 --- common/install_cpython.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/install_cpython.sh b/common/install_cpython.sh index 6c75dea973..2b07032d83 100644 --- a/common/install_cpython.sh +++ b/common/install_cpython.sh @@ -1,5 +1,5 @@ #!/bin/bash -set -uex -o pipefail +set -ex -o pipefail PYTHON_DOWNLOAD_URL=https://www.python.org/ftp/python GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py