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 a30274b commit a2e277eCopy full SHA for a2e277e
.evergreen/run-csfle-tests.sh
@@ -22,7 +22,9 @@ if [ "$OS" = "Windows_NT" ]; then
22
export SSL_CERT_DIR=$(cygpath /etc/ssl/certs --windows)
23
fi
24
25
-. ${DRIVERS_TOOLS}/.evergreen/csfle/activate_venv.sh
+pushd ${DRIVERS_TOOLS}/.evergreen/csfle
26
+. ./activate-kmstlsvenv.sh
27
+popd
28
export PYTHON=python # use the venv-provided python
29
export AWS_DEFAULT_REGION=us-east-1
30
. ${DRIVERS_TOOLS}/.evergreen/csfle/set-temp-creds.sh
0 commit comments