Skip to content

Commit 2b9a02b

Browse files
authored
Merge branch 'main' into penghuic/skip_unspport_case_linalg
2 parents 50d7e51 + 2df7a29 commit 2b9a02b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/_linux_build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ jobs:
120120
echo "Wheel build successful, update last commit in the issue https://github.com/intel/torch-xpu-ops/issues/1280"
121121
gh --repo $repo issue view $commit_issue --json body -q .body | sed "s;${last_commit};${current_commit};g" | sed '/^$/d' > new_body.txt
122122
gh --repo $repo issue edit $commit_issue --body-file new_body.txt
123-
else
123+
fi
124+
if [ ! -f dist/torch*.whl ]; then
124125
echo "Wheel build failed, use last commit in the issue https://github.com/intel/torch-xpu-ops/issues/1280"
125126
gh --repo $repo issue comment $commit_issue -b "Wheel build failed with commit [${current_commit}](https://github.com/pytorch/pytorch/tree/${current_commit}), refer ${build_url}. CC @intel/torch-xpu-ops-maintain @EikanWang @riverliuintel @fengyuan14 @xytintel @etaf @chuanqi129 @mengfei25"
126127
git clean -df .

0 commit comments

Comments
 (0)