Skip to content

Commit b94366b

Browse files
committed
debug
1 parent 04220e7 commit b94366b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ PYTHON_VERSION=$(${PYTHON_BINARY} -c "import sys; sys.stdout.write('.'.join(str(
2020
# Use the installed venv.
2121
source .venv/bin/activate
2222
pip install -U pip
23-
python -m pip install -e .
23+
python -m pip install -v -e .
2424

2525
export MOD_WSGI_SO=/opt/python/mod_wsgi/python_version/$PYTHON_VERSION/mod_wsgi_version/$MOD_WSGI_VERSION/mod_wsgi.so
2626
export PYTHONHOME=/opt/python/$PYTHON_VERSION

0 commit comments

Comments
 (0)