mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 12:10:40 +08:00
Fix bash syntax error in test-wheels.sh (#6290)
This commit is contained in:
@@ -104,11 +104,11 @@ elif [[ "$platform" == "macosx" ]]; then
|
||||
INSTALLED_RAY_DIRECTORY=$(dirname "$($PYTHON_EXE -u -c "import ray; print(ray.__file__)" | tail -n1)")
|
||||
# $PYTHON_EXE -m pytest -v "$INSTALLED_RAY_DIRECTORY/$TEST_SCRIPT"
|
||||
|
||||
if (( $(echo "$PY_MM >= 3.0" | bc) )); then
|
||||
# if (( $(echo "$PY_MM >= 3.0" | bc) )); then
|
||||
# Run the UI test to make sure that the packaged UI works.
|
||||
# $PIP_CMD install -q aiohttp google grpcio psutil requests setproctitle
|
||||
# $PYTHON_EXE -m pytest -v "$INSTALLED_RAY_DIRECTORY/$UI_TEST_SCRIPT"
|
||||
fi
|
||||
# fi
|
||||
done
|
||||
else
|
||||
echo "Unrecognized environment."
|
||||
|
||||
Reference in New Issue
Block a user