Skip to content

Commit

Permalink
[ci] Install torch for windows release (#3932)
Browse files Browse the repository at this point in the history
  • Loading branch information
qiao-bo committed Jan 4, 2022
1 parent a3df059 commit 8a0942b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,7 @@ jobs:
$env:PATH = ";C:\taichi_llvm\bin;C:\taichi_clang\bin;" + $env:PATH
. venv\Scripts\activate.ps1
python -c "import taichi"
pip install torch
ti diagnose
python tests/run_tests.py -vr2 -t2
env:
Expand Down

0 comments on commit 8a0942b

Please sign in to comment.