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 3fc301c commit f08776cCopy full SHA for f08776c
.evergreen/run-mongodb-fle-gcp-auto.sh
@@ -28,7 +28,7 @@ authtest () {
28
$PYTHON --version
29
$PYTHON -m pip install --upgrade wheel setuptools pip
30
$PYTHON -m pip install '.[encryption]'
31
- $PYTHON -m pip install https://github.com/mongodb/libmongocrypt#subdirectory=bindings/python
+ $PYTHON -m pip install https://github.com/mongodb/libmongocrypt/archive/refs/heads/master.zip#subdirectory=bindings/python
32
TEST_FLE_GCP_AUTO=1 $PYTHON test/test_on_demand_csfle.py
33
}
34
0 commit comments