Skip to content

Commit f08776c

Browse files
authored
PYTHON-3367 Use zip url for install (mongodb#1093)
1 parent 3fc301c commit f08776c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/run-mongodb-fle-gcp-auto.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ authtest () {
2828
$PYTHON --version
2929
$PYTHON -m pip install --upgrade wheel setuptools pip
3030
$PYTHON -m pip install '.[encryption]'
31-
$PYTHON -m pip install https://github.com/mongodb/libmongocrypt#subdirectory=bindings/python
31+
$PYTHON -m pip install https://github.com/mongodb/libmongocrypt/archive/refs/heads/master.zip#subdirectory=bindings/python
3232
TEST_FLE_GCP_AUTO=1 $PYTHON test/test_on_demand_csfle.py
3333
}
3434

0 commit comments

Comments
 (0)