Skip to content

Commit 57a1f6e

Browse files
committed
Use python3 print
1 parent a722140 commit 57a1f6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/run-pip-tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ fi
6666

6767
set -x
6868
# 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__")
69+
PYSPARK_VERSION=$(python3 -c "exec(open('python/pyspark/version.py').read());print(__version__)")
7070
PYSPARK_DIST="$FWDIR/python/dist/pyspark-$PYSPARK_VERSION.tar.gz"
7171
# The pip install options we use for all the pip commands
7272
PIP_OPTIONS="--upgrade --no-cache-dir --force-reinstall "

0 commit comments

Comments
 (0)