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 4994727 commit 9de58b6Copy full SHA for 9de58b6
.evergreen/run-tests.sh
@@ -152,7 +152,7 @@ if [ -n "$TEST_ENCRYPTION" ]; then
152
exit 1
153
fi
154
155
- git clone --branch PYTHON-2371/new-fle-keystores git@github.com:prashantmital/libmongocrypt.git libmongocrypt_git
+ git clone --branch master git@github.com:com:mongodb/libmongocrypt.git libmongocrypt_git
156
$PYTHON -m pip install --upgrade ./libmongocrypt_git/bindings/python
157
# TODO: use a virtualenv
158
trap "$PYTHON -m pip uninstall -y pymongocrypt" EXIT HUP
0 commit comments