Update run_python_tests.sh

feature/design_of_v2_layer_converter
emailweixu 8 years ago committed by GitHub
parent 710198026f
commit 0762f7ee9b

@ -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

Loading…
Cancel
Save