Skip to content

Commit 5ad52b3

Browse files
committed
more debug
1 parent b94366b commit 5ad52b3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ PYTHON_VERSION=$(${PYTHON_BINARY} -c "import sys; sys.stdout.write('.'.join(str(
1919

2020
# Use the installed venv.
2121
source .venv/bin/activate
22+
which pip
23+
pip --version
2224
pip install -U pip
25+
pip --version
2326
python -m pip install -v -e .
2427

2528
export MOD_WSGI_SO=/opt/python/mod_wsgi/python_version/$PYTHON_VERSION/mod_wsgi_version/$MOD_WSGI_VERSION/mod_wsgi.so

0 commit comments

Comments
 (0)