We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce3442d commit 5fc39afCopy full SHA for 5fc39af
.evergreen/run-tests.sh
@@ -41,7 +41,9 @@ if [[ -z "${CLIENT_ENCRYPTION}" ]]; then
41
unset AWS_ACCESS_KEY_ID;
42
unset AWS_SECRET_ACCESS_KEY;
43
else
44
- npm install mongodb-client-encryption@">=2.0.0-beta.0"
+ if [[ ! -d ${PROJECT_DIRECTORY}/node_modules/mongodb-client-encryption ]]; then
45
+ npm install mongodb-client-encryption@">=2.0.0-beta.0"
46
+ fi
47
pip install --upgrade boto3
48
49
# Get access to the AWS temporary credentials:
0 commit comments