Skip to content

Commit

Permalink
Revert "[ci] Add unix end-to-end CI tests for meshtaichi" (taichi-dev…
Browse files Browse the repository at this point in the history
  • Loading branch information
ailzhang authored Oct 28, 2022
1 parent e8661a7 commit 87d66a1
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/scripts/unix_test.sh
Original file line number Diff line number Diff line change
@@ -111,15 +111,3 @@ else
python3 tests/run_tests.py -vr2 -t1 -k "torch" -a "$TI_WANTED_ARCHS"
# Paddle's paddle.fluid.core.Tensor._ptr() is only available on develop branch, and CUDA version on linux will get error `Illegal Instruction`
fi

# meshtaichi end-to-end test
if [[ $OSTYPE == "linux-"* && ($TI_WANTED_ARCHS == *"cuda"* || $TI_WANTED_ARCHS == *"cpu"*) ]]; then
python3 -m pip install meshtaichi_patcher --upgrade
git clone https://github.com/taichi-dev/meshtaichi.git
if [[ $TI_WANTED_ARCHS == *"cuda"* ]]; then
python3 meshtaichi/ci/run_test.py --arch cuda
fi
if [[ $TI_WANTED_ARCHS == *"cpu"* ]]; then
python3 meshtaichi/ci/run_test.py --arch cpu
fi
fi

0 comments on commit 87d66a1

Please sign in to comment.