Skip to content

Commit 2fc532f

Browse files
authored
Update _linux_ut.yml
1 parent 1f89b65 commit 2fc532f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_linux_ut.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ jobs:
485485
fi
486486
python run_distributed_local.py \
487487
2>${{ github.workspace }}/ut_log/xpu_distributed/pytorch_distributed_test_error.log | \
488-
tee ${{ github.workspace }}/ut_log/xpu_distributed/pytorch_distributed_test.log
488+
tee ${{ github.workspace }}/ut_log/xpu_distributed/pytorch_distributed_test.log || true
489489
cp *.xml ${{ github.workspace }}/ut_log
490490
- name: Reset Ptrace_scope
491491
if: ${{ always() }}

0 commit comments

Comments
 (0)