summaryrefslogtreecommitdiff
path: root/evergreen/functions
diff options
context:
space:
mode:
authorRichard Samuels <richard.l.samuels@gmail.com>2021-08-11 10:19:09 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-08-12 17:56:33 +0000
commit19e2f0bfc6668e4975a60f21257fb1029cdc8366 (patch)
treee9c5f5661e8e07c8ce826d8e852ff58fb8c82390 /evergreen/functions
parentcc94a08bb4a7c74270c4acff493d218167b13f48 (diff)
downloadmongo-19e2f0bfc6668e4975a60f21257fb1029cdc8366.tar.gz
SERVER-57072 Upgrade wheel on all platforms
Diffstat (limited to 'evergreen/functions')
-rw-r--r--evergreen/functions/venv_setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/evergreen/functions/venv_setup.sh b/evergreen/functions/venv_setup.sh
index c0e3ef50017..0669026da3e 100644
--- a/evergreen/functions/venv_setup.sh
+++ b/evergreen/functions/venv_setup.sh
@@ -46,7 +46,7 @@ if [ "$(uname -m)" = "arm64" ] && [ "$(uname)" == "Darwin" ]; then
export GRPC_PYTHON_BUILD_SYSTEM_ZLIB=1
fi
-python -m pip --disable-pip-version-check install "pip==21.0.1" || exit 1
+python -m pip --disable-pip-version-check install "pip==21.0.1" "wheel==0.37.0" || exit 1
python -m pip --disable-pip-version-check install -r "$toolchain_txt" -q --log install.log
if [ $? != 0 ]; then
echo "Pip install error"