diff --git a/paddle/scripts/run_python_tests.sh b/paddle/scripts/run_python_tests.sh index 712539bce860291e71149bedf66ec45e3af64317..411f23ff9d4eedead892a4ce67338c9bd9bc8a91 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