mirror of
https://github.com/wassname/ray.git
synced 2026-07-09 14:48:32 +08:00
Use pip install setup.py (#7158)
This commit is contained in:
@@ -26,14 +26,14 @@ if [[ "$PYTHON" == "3.6" ]]; then
|
||||
npm ci
|
||||
npm run build
|
||||
popd
|
||||
python setup.py install --user
|
||||
pip install -e . --verbose
|
||||
popd
|
||||
|
||||
elif [[ "$LINT" == "1" ]]; then
|
||||
export PATH="$HOME/miniconda/bin:$PATH"
|
||||
|
||||
pushd "$ROOT_DIR/../../python"
|
||||
python setup.py install --user
|
||||
pip install -e . --verbose
|
||||
popd
|
||||
else
|
||||
echo "Unrecognized Python version."
|
||||
|
||||
Reference in New Issue
Block a user