diff --git a/.github/workflows/nightly_ondemand.yml b/.github/workflows/nightly_ondemand.yml index 7a3c78802..653842f54 100644 --- a/.github/workflows/nightly_ondemand.yml +++ b/.github/workflows/nightly_ondemand.yml @@ -109,7 +109,7 @@ jobs: cd pytorch && git checkout dafef3ff359711b7f63e71d501b8ca57d11f708f # apply PRs for stock pytorch pip install requests - python ../torch-xpu-ops/.github/scripts/apply_torch_pr.py + python ../torch-xpu-ops/.github/scripts/apply_torch_pr.py -e https://github.com/pytorch/pytorch/pull/130110 git status && git show -s git submodule sync && git submodule update --init --recursive if [[ ${{ env.keep_torch_xpu_ops }} == 'true' ]]; then