Skip to content

Commit 1e11a5b

Browse files
committed
more debug
1 parent be7a6e1 commit 1e11a5b

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
@@ -10,7 +10,7 @@ createvirtualenv "$PYTHON_BINARY" .venv
1010
set -x
1111
python --version
1212
# pip install pytest
13-
pip install -e .
13+
pip install -v -e .
1414
python -c "import pymongo"
1515
python -c "import bson"
1616
# pytest --version

0 commit comments

Comments
 (0)