Skip to content

Commit 8972019

Browse files
committed
try bson
1 parent 9394a77 commit 8972019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/scripts/run-direct-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ python --version
1212
# pip install pytest
1313
pip install -v -e .
1414
ls pymongo
15-
python -c "import pymongo"
15+
# python -c "import pymongo"
1616
python -c "import bson"
1717
# pytest --version
1818

0 commit comments

Comments
 (0)