mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 18:45:03 +08:00
[CI] Fix windows build (#12415)
* attempt to fix windows
* fix syntax
* try again
* try again
* try again
* Revert "[ray_client] Support calling functions from other functions and correct the tests (#12141)"
This reverts commit 4066056a0d.
* Revert
* Revert "Revert "[ray_client] Support calling functions from other functions and correct the tests (#12141)""
This reverts commit bb27b87b6c8d780ad796f4d4aeaa20113c8eca79.
* please work
* works
* fix
This commit is contained in:
+1
-1
@@ -270,7 +270,7 @@ def build(build_python, build_java):
|
||||
# that certain flags will not be passed along such as --user or sudo.
|
||||
# TODO(rkn): Fix this.
|
||||
if not os.getenv("SKIP_THIRDPARTY_INSTALL"):
|
||||
pip_packages = ["psutil", "setproctitle"]
|
||||
pip_packages = ["psutil", "setproctitle==1.1.10"]
|
||||
subprocess.check_call(
|
||||
[
|
||||
sys.executable, "-m", "pip", "install", "-q",
|
||||
|
||||
Reference in New Issue
Block a user