Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/apache/spark into SPARK-3…
Browse files Browse the repository at this point in the history
  • Loading branch information
Fokko committed Nov 24, 2020
2 parents 0e372ca + 048a982 commit b628156
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev/run-tests-jenkins
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ FWDIR="$( cd "$( dirname "$0" )/.." && pwd )"
cd "$FWDIR"

export PATH=/home/anaconda/envs/py36/bin:$PATH
export LANG="en_US.UTF-8"

PYTHON_VERSION_CHECK=$(python3 -c 'import sys; print(sys.version_info < (3, 6, 0))')
if [[ "$PYTHON_VERSION_CHECK" == "True" ]]; then
Expand Down

0 comments on commit b628156

Please sign in to comment.