From 09b8932503fad5d289f3dca5fcd1c6514fee9ea8 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Mon, 24 Oct 2022 13:21:21 -0500 Subject: [PATCH] PYTHON-3367 Use zip url for install --- .evergreen/run-mongodb-fle-gcp-auto.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.evergreen/run-mongodb-fle-gcp-auto.sh b/.evergreen/run-mongodb-fle-gcp-auto.sh index 81c4660275..8b92551c10 100644 --- a/.evergreen/run-mongodb-fle-gcp-auto.sh +++ b/.evergreen/run-mongodb-fle-gcp-auto.sh @@ -28,7 +28,7 @@ authtest () { $PYTHON --version $PYTHON -m pip install --upgrade wheel setuptools pip $PYTHON -m pip install '.[encryption]' - $PYTHON -m pip install https://github.com/mongodb/libmongocrypt#subdirectory=bindings/python + $PYTHON -m pip install https://github.com/mongodb/libmongocrypt/archive/refs/heads/master.zip#subdirectory=bindings/python TEST_FLE_GCP_AUTO=1 $PYTHON test/test_on_demand_csfle.py }