Skip to content

Commit

Permalink
[aot] [ci] Change taichi-aot-demo branch back to master (taichi-dev#6567
Browse files Browse the repository at this point in the history
)

Issue: taichi-dev#6559 

### Brief Summary
This is a followup PR to revert CI back to use master since
taichi-dev/taichi-aot-demo#66 is merged.
  • Loading branch information
ailzhang authored Nov 10, 2022
1 parent f98ca7a commit 25f40b3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/scripts/aot-demo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ function build-and-test-headless-demo {
popd

rm -rf taichi-aot-demo
git clone --recursive --depth=1 -b add_test_script https://github.com/taichi-dev/taichi-aot-demo
git clone --recursive --depth=1 https://github.com/taichi-dev/taichi-aot-demo
cd taichi-aot-demo

. $(pwd)/ci/test_utils.sh
Expand Down Expand Up @@ -139,8 +139,6 @@ function build-and-test-headless-demo {
rm -rf output
mkdir output

adb shell "ls /data/local/tmp/output"

adb pull /data/local/tmp/output .
compare_to_groundtruth android
}
Expand Down

0 comments on commit 25f40b3

Please sign in to comment.