Skip to content

Commit 3294a0c

Browse files
committed
update
1 parent cf2cc60 commit 3294a0c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/_linux_ut.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ jobs:
9292
run: |
9393
source activate xpu_op_${ZE_AFFINITY_MASK}
9494
pip install junitparser
95-
python .github/scripts/check-ut.py ${{ github.workspace }}/ut_log/*.xml \
95+
cd ${{ github.workspace }}/ut_log/
96+
python check-ut.py ${{ github.workspace }}/ut_log/*.xml \
9697
2>${{ github.workspace }}/ut_log/xpu_distributed/pytorch_distributed_test_summary.log | \
9798
>> $GITHUB_STEP_SUMMARY || true
9899
- name: Upload Inductor XPU UT Log

0 commit comments

Comments
 (0)