From 0762f7ee9b495e6e61eb5c7bf2318c6348801a8c Mon Sep 17 00:00:00 2001 From: emailweixu Date: Sat, 6 May 2017 02:07:04 -0700 Subject: [PATCH] Update run_python_tests.sh --- paddle/scripts/run_python_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paddle/scripts/run_python_tests.sh b/paddle/scripts/run_python_tests.sh index 712539bce..411f23ff9 100755 --- a/paddle/scripts/run_python_tests.sh +++ b/paddle/scripts/run_python_tests.sh @@ -29,7 +29,7 @@ if [ $USE_VIRTUALENV_FOR_TEST -ne 0 ]; then fi export PYTHONPATH=$SCRIPTPATH/../../python/ -$PYTHON -m pip install $SCRIPTPATH/../dist/*.wh requests matplotlib ioython==5. +$PYTHON -m pip install $SCRIPTPATH/../dist/*.whl requests matplotlib ioython==5. for fn in "$@" do -- GitLab