Unverified Commit 0be8d8a7 authored by Rhett Ying's avatar Rhett Ying Committed by GitHub
Browse files

[dev] remove buid dir of tensoradaptor (#6234)

parent c30d5713
...@@ -61,6 +61,7 @@ if [[ ${remove} == "YES" ]]; then ...@@ -61,6 +61,7 @@ if [[ ${remove} == "YES" ]]; then
rm -rf build rm -rf build
rm -rf graphbolt/build rm -rf graphbolt/build
rm -rf dgl_sparse/build rm -rf dgl_sparse/build
rm -rf tensoradapter/pytorch/build
fi fi
if [[ -z ${build_type} ]]; then if [[ -z ${build_type} ]]; then
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment