Skip uneeded steps on CI (#9582)

Co-authored-by: Mehrdad <noreply@github.com>
This commit is contained in:
mehrdadn
2020-07-20 12:41:57 -07:00
committed by GitHub
parent 150880e5e9
commit 02cbd4fb7e
3 changed files with 11 additions and 1 deletions
+2
View File
@@ -38,6 +38,8 @@ install_ray() {
uninstall_ray() {
pip uninstall -y ray
rm -r -f "${WORKSPACE_DIR}"/python/ray/thirdparty_files
}
build_wheel_windows() {