Skip to content

Commit bc4f673

Browse files
committed
Add USE_CONDA=1 and then put in using spark debugging
1 parent 267837c commit bc4f673

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dev/run-pip-tests

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ if hash virtualenv 2>/dev/null && [ ! -n "$USE_CONDA" ]; then
5454
elif hash conda 2>/dev/null; then
5555
echo "Using conda virtual enviroments"
5656
PYTHON_EXECS=('2.7.12' '3')
57+
USE_CONDA=1
5758
else
5859
echo "Missing virtualenv & conda, skipping pip installability tests"
5960
exit 0
@@ -72,6 +73,7 @@ PIP_OPTIONS="--upgrade --no-cache-dir --force-reinstall "
7273
PIP_COMMANDS=("pip install $PIP_OPTIONS $PYSPARK_DIST"
7374
"pip install $PIP_OPTIONS -e python/")
7475

76+
set -x
7577
for python in "${PYTHON_EXECS[@]}"; do
7678
for install_command in "${PIP_COMMANDS[@]}"; do
7779
echo "Testing pip installation with python $python"

0 commit comments

Comments
 (0)