mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 22:37:36 +08:00
Remove debug extras from setup.py (#12751)
This commit is contained in:
@@ -1290,7 +1290,7 @@ def stack():
|
||||
COMMAND = """
|
||||
pyspy=`which py-spy`
|
||||
if [ ! -e "$pyspy" ]; then
|
||||
echo "ERROR: Please 'pip install py-spy' (or ray[debug]) first"
|
||||
echo "ERROR: Please 'pip install py-spy' first"
|
||||
exit 1
|
||||
fi
|
||||
# Set IFS to iterate over lines instead of over words.
|
||||
|
||||
Reference in New Issue
Block a user