Skip to content

Commit 8a0942b

Browse files
authored
[ci] Install torch for windows release (#3932)
1 parent a3df059 commit 8a0942b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,7 @@ jobs:
351351
$env:PATH = ";C:\taichi_llvm\bin;C:\taichi_clang\bin;" + $env:PATH
352352
. venv\Scripts\activate.ps1
353353
python -c "import taichi"
354+
pip install torch
354355
ti diagnose
355356
python tests/run_tests.py -vr2 -t2
356357
env:

0 commit comments

Comments
 (0)