From 6025f8ebb636cc1bb2a483fbdf37857f5edef85b Mon Sep 17 00:00:00 2001 From: Proton Date: Wed, 21 Dec 2022 15:01:25 +0800 Subject: [PATCH] [ci] Update release test branch, reduce running time --- .github/workflows/scripts/unix_test.sh | 2 +- .github/workflows/scripts/win_test.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scripts/unix_test.sh b/.github/workflows/scripts/unix_test.sh index a2f41fd2d9d34..0256f29196b14 100755 --- a/.github/workflows/scripts/unix_test.sh +++ b/.github/workflows/scripts/unix_test.sh @@ -53,7 +53,7 @@ if [ "$TI_RUN_RELEASE_TESTS" == "1" ]; then python3 -m pip install PyYAML git clone https://github.com/taichi-dev/taichi-release-tests pushd taichi-release-tests - git checkout v1.1.0 + git checkout 20221221 mkdir -p repos/taichi/python/taichi EXAMPLES=$(cat <