mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
Use pip install setup.py (#7158)
This commit is contained in:
parent
fe6ce714a0
commit
30de1286bd
1 changed files with 2 additions and 2 deletions
|
@ -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."
|
||||
|
|
Loading…
Add table
Reference in a new issue