Skip to content

Commit b258150

Browse files
committed
PYTHON-5134 Fix AWS ECS just installation
1 parent 9a7bac7 commit b258150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/scripts/install-dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ fi
1414
function _pip_install() {
1515
_HERE=$(dirname ${BASH_SOURCE:-$0})
1616
. $_HERE/../utils.sh
17-
_VENV_PATH=$(mktemp -d)
17+
_VENV_PATH=$(TMPDIR="" mktemp -d)
1818
echo "Installing $2 using pip..."
1919
createvirtualenv "$(find_python3)" $_VENV_PATH
2020
python -m pip install $1

0 commit comments

Comments
 (0)