Skip to content

Commit 45d32da

Browse files
committed
debug
1 parent a2b628b commit 45d32da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.evergreen/scripts/run-mod-wsgi-tests.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ PYTHON_VERSION=$(${PYTHON_BINARY} -c "import sys; sys.stdout.write('.'.join(str(
2222
${PYTHON_BINARY} -m venv --system-site-packages .venv
2323
source .venv/bin/activate
2424
pip install -U pip
25-
python -m pip install -e .
25+
export PYMONGO_C_EXT_MUST_BUILD=1
26+
python -m pip install -v -e .
2627

2728
export MOD_WSGI_SO=/opt/python/mod_wsgi/python_version/$PYTHON_VERSION/mod_wsgi_version/$MOD_WSGI_VERSION/mod_wsgi.so
2829
export PYTHONHOME=/opt/python/$PYTHON_VERSION

0 commit comments

Comments
 (0)