Skip to content

Commit fb632db

Browse files
committed
update
1 parent d23c3b1 commit fb632db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/linux-uttest/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,8 @@ runs:
160160
echo -e "[ERROR] XCCL is not enabled"
161161
exit 1
162162
fi
163+
source /opt/intel/oneapi/ccl/latest/env/vars.sh
163164
python run_distributed_local.py \
164165
2> ${{ github.workspace }}/ut_log/xpu_distributed/xpu_distributed_test_error.log | \
165166
tee ${{ github.workspace }}/ut_log/xpu_distributed/xpu_distributed_test.log
166-
cp *.xml ${{ github.workspace }}/ut_log
167+
cp *.xml ${{ github.workspace }}/ut_log/xpu_distributed

0 commit comments

Comments
 (0)