mirror of
https://github.com/vale981/ray
synced 2025-03-05 18:11:42 -05:00
Make it easier to run asan and wheel release tests (#16242)
This commit is contained in:
parent
113556463d
commit
c2a2a6f7c3
4 changed files with 1 additions and 3 deletions
0
ci/asan_tests/run.sh
Normal file → Executable file
0
ci/asan_tests/run.sh
Normal file → Executable file
|
@ -28,8 +28,6 @@ asan_setup() {
|
|||
|
||||
echo "Compiling ray"
|
||||
cd "${RAY_DIR}"
|
||||
git fetch
|
||||
git pull origin master
|
||||
asan_install || true
|
||||
}
|
||||
|
||||
|
|
0
release/util/download_wheels.sh
Normal file → Executable file
0
release/util/download_wheels.sh
Normal file → Executable file
|
@ -44,7 +44,7 @@ do
|
|||
echo "========================================================="
|
||||
printf "\n\n\n"
|
||||
|
||||
pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple ray
|
||||
pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple ray=="${RAY_VERSION}"
|
||||
|
||||
failed=false
|
||||
printf "\n\n\n"
|
||||
|
|
Loading…
Add table
Reference in a new issue