Skip to content

Commit ea7e619

Browse files
committed
use working branch
1 parent af30036 commit ea7e619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ if [ -n "$TEST_ENCRYPTION" ]; then
152152
exit 1
153153
fi
154154

155-
git clone --branch master [email protected]:mongodb/libmongocrypt.git libmongocrypt_git
155+
git clone --branch PYTHON-2409/add-test-local-kms-python-2 [email protected]:prashantmital/libmongocrypt.git libmongocrypt_git
156156
$PYTHON -m pip install --upgrade ./libmongocrypt_git/bindings/python
157157
# TODO: use a virtualenv
158158
trap "$PYTHON -m pip uninstall -y pymongocrypt" EXIT HUP

0 commit comments

Comments
 (0)