Skip to content

Commit e2dcdd8

Browse files
authored
Add sleep for debug (#24)
1 parent 62b6183 commit e2dcdd8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/_ascend_npu_build_torch_npu.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ jobs:
117117
- name: List torch_npu version
118118
id: list-version
119119
run: |
120+
sleep 3600
120121
torch_version=$(python -c "import torch; print(torch.__version__)")
121122
torch_npu_version=$(python -c "import torch_npu; print(torch_npu.__version__)")
122123
echo "torch version: ${torch_version}"

0 commit comments

Comments
 (0)