diff --git a/.evergreen/run-tests.sh b/.evergreen/run-tests.sh index 0dd3daf778..75d68e9e1b 100755 --- a/.evergreen/run-tests.sh +++ b/.evergreen/run-tests.sh @@ -116,7 +116,7 @@ fi if [ -n "$TEST_ENCRYPTION" ] || [ -n "$TEST_FLE_AZURE_AUTO" ] || [ -n "$TEST_FLE_GCP_AUTO" ]; then - python -m pip install '.[encryption]' + python -m pip install --prefer-binary '.[encryption]' # Install libmongocrypt if necessary. if [ ! -d "libmongocrypt" ]; then