This website requires JavaScript.
Explore
Help
Sign in
hiro
/
ray
Watch
1
Star
0
Fork
You've already forked ray
0
mirror of
https://github.com/vale981/ray
synced
2025-03-14 07:06:38 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
565e366529
ray
/
release
/
ml_user_tests
/
train
/
driver_setup.sh
6 lines
81 B
Bash
Raw
Normal View
History
Unescape
Escape
[Release] Refactor User Tests (#20028) * wip * add directory * wip * try again * Revert "try again" This reverts commit 82d33ccea6f92848df025e019b87df73cea49e5d. * finish * formatting * fix merge * fix path * chmod * check * sudo * wip * update * fix horovod * try * typo * reduce num workers
2021-11-05 17:28:37 -07:00
#!/bin/bash
[ci/release] Migrate ML user tests (#22953) Most recent tests: https://buildkite.com/ray-project/release-tests-branch/builds/156 https://buildkite.com/ray-project/release-tests-branch/builds/158
2022-03-14 11:50:16 +00:00
cd
"
${
0
%/*
}
"
||
exit
1
[ci/release] Re-install anyscale package after local env setup (#24373) The local environment setup of release tests (in client tests) can sometimes update dependencies of the `anyscale` package to an unsupported version. By re-installing the `anyscale` package after local env setup, we make sure that we can connect to the cluster. Note that this may lead to incompatibilities of the test script, however.
2022-05-01 16:51:55 +01:00
pip install -U -r ./driver_requirements.txt
Reference in a new issue
Copy permalink