Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add user-installed binary executables for testing purpose
  • Loading branch information
HyukjinKwon committed Jul 11, 2020
commit c3834b71918845a7fb8688bf9179c1e13798e17d
1 change: 1 addition & 0 deletions dev/run-pip-tests
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ for python in "${PYTHON_EXECS[@]}"; do
cd /

echo "Run basic sanity check on pip installed version with spark-submit"
export PATH="$(python3 -m site --user-base)/bin:$PATH"
spark-submit "$FWDIR"/dev/pip-sanity-check.py
echo "Run basic sanity check with import based"
python3 "$FWDIR"/dev/pip-sanity-check.py
Expand Down