mirror of
https://github.com/wassname/ray.git
synced 2026-07-10 05:38:53 +08:00
Replace python setup.py install with pip install -e . (#1460)
This commit is contained in:
committed by
Philipp Moritz
parent
f4b1881fec
commit
5859a2d249
@@ -90,7 +90,7 @@ setup_commands:
|
||||
# Build Ray.
|
||||
- git clone https://github.com/ray-project/ray || true
|
||||
- pip install boto3==1.4.8
|
||||
- cd ray/python; python setup.py develop
|
||||
- cd ray/python; pip install -e . --verbose
|
||||
|
||||
# Custom commands that will be run on the head node after common setup.
|
||||
head_setup_commands: []
|
||||
|
||||
Reference in New Issue
Block a user