Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
dream189free committed Feb 14, 2023
1 parent d499228 commit cb2d24a
Show file tree
Hide file tree
Showing 29 changed files with 1,134 additions and 759 deletions.
1 change: 1 addition & 0 deletions .github/workflows/scripts/unix-test-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ python3 -m pip install dist/*.whl

export PATH=$PATH:$HOME/.local/bin
python3 -m pip install -r requirements_test.txt
python3 -m pip install torch

cat docs/cover-in-ci.lst | xargs pytest -v -n 4
2 changes: 1 addition & 1 deletion .github/workflows/scripts/unix_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,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 20221230
git checkout 20230130
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 20221230
Invoke git checkout 20230130
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
Loading

0 comments on commit cb2d24a

Please sign in to comment.