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 5fc39af commit d7b28eaCopy full SHA for d7b28ea
.evergreen/run-tests.sh
@@ -41,9 +41,7 @@ if [[ -z "${CLIENT_ENCRYPTION}" ]]; then
41
unset AWS_ACCESS_KEY_ID;
42
unset AWS_SECRET_ACCESS_KEY;
43
else
44
- if [[ ! -d ${PROJECT_DIRECTORY}/node_modules/mongodb-client-encryption ]]; then
45
- npm install mongodb-client-encryption@">=2.0.0-beta.0"
46
- fi
+ npm install mongodb-client-encryption@">=2.0.0-beta.0"
47
pip install --upgrade boto3
48
49
# Get access to the AWS temporary credentials:
0 commit comments