Skip to content

Commit

Permalink
[ci] Update taichi-release-tests branch (disable QuanTaichi GOL) (#7011)
Browse files Browse the repository at this point in the history
Issue: #

### Brief Summary
  • Loading branch information
feisuzhu authored Dec 30, 2022
1 parent d321d12 commit 39aa5c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/unix_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,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 20221221
git checkout 20221230
mkdir -p repos/taichi/python/taichi
EXAMPLES=$(cat <<EOF | python3 | tail -n 1
import taichi.examples
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scripts/win_test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ if ("$env:TI_RUN_RELEASE_TESTS" -eq "1") {
Invoke pip install PyYAML
Invoke git clone https://github.com/taichi-dev/taichi-release-tests
Push-Location taichi-release-tests
Invoke git checkout 20221221
Invoke git checkout 20221230
mkdir -p repos/taichi/python/taichi
$EXAMPLES = & python -c 'import taichi.examples as e; print(e.__path__._path[0])' | Select-Object -Last 1
Push-Location repos
Expand Down

0 comments on commit 39aa5c1

Please sign in to comment.