Skip to content

Commit b223bef

Browse files
committed
more debug
1 parent 8972019 commit b223bef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
set -x
33
. .evergreen/utils.sh
44

5+
env
56
# . .evergreen/scripts/env.sh
67
ls pymongo
78
createvirtualenv "$PYTHON_BINARY" .venv
@@ -10,6 +11,8 @@ ls pymongo
1011
ulimit -c unlimited
1112
python --version
1213
# pip install pytest
14+
export PYMONGO_C_EXT_MUST_BUILD=1
15+
python _setup.py build_ext -i
1316
pip install -v -e .
1417
ls pymongo
1518
# python -c "import pymongo"

0 commit comments

Comments
 (0)