mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
Fix the wheel build failure Co-authored-by: Jian Xiao <99709935+jianoaix@users.noreply.github.com>
This commit is contained in:
parent
da803f658d
commit
d5cb8fa5dd
1 changed files with 3 additions and 1 deletions
|
@ -5,7 +5,9 @@ set -euxo pipefail
|
|||
ROOT_DIR="$(cd "$(dirname "${BASH_SOURCE:-$0}")"; pwd)"
|
||||
WORKSPACE_DIR="${ROOT_DIR}/.."
|
||||
|
||||
PY_VERSIONS=($(python -s -c "import runpy, sys; runpy.run_path(sys.argv.pop(), run_name='__api__')" python_versions "${ROOT_DIR}"/setup.py | tr -d "\r"))
|
||||
PY_VERSIONS=("3.7"
|
||||
"3.8"
|
||||
"3.9")
|
||||
|
||||
bazel_preclean() {
|
||||
"${WORKSPACE_DIR}"/ci/run/bazel.py preclean "mnemonic(\"Genrule\", deps(//:*))"
|
||||
|
|
Loading…
Add table
Reference in a new issue