Skip to content

Commit 8c7b920

Browse files
authored
Update action.yml
1 parent 93bc94c commit 8c7b920

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ runs:
184184
export CCL_ROOT=$(dirname $(which python))/../
185185
export PATH="${CCL_ROOT}/bin/libfabric:${PATH}"
186186
export LD_LIBRARY_PATH="${CCL_ROOT}/lib:${LD_LIBRARY_PATH}"
187+
export TEMP_DIR=/tmp
187188
python run_distributed_local.py \
188189
2> ${{ github.workspace }}/ut_log/xpu_distributed/xpu_distributed_test_error.log | \
189190
tee ${{ github.workspace }}/ut_log/xpu_distributed/xpu_distributed_test.log

0 commit comments

Comments
 (0)