We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a722140 commit 57a1f6eCopy full SHA for 57a1f6e
dev/run-pip-tests
@@ -66,7 +66,7 @@ fi
66
67
set -x
68
# Determine which version of PySpark we are building for archive name
69
-PYSPARK_VERSION=$(python3 -c "exec(open('python/pyspark/version.py').read());print __version__")
+PYSPARK_VERSION=$(python3 -c "exec(open('python/pyspark/version.py').read());print(__version__)")
70
PYSPARK_DIST="$FWDIR/python/dist/pyspark-$PYSPARK_VERSION.tar.gz"
71
# The pip install options we use for all the pip commands
72
PIP_OPTIONS="--upgrade --no-cache-dir --force-reinstall "
0 commit comments