We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b88965d commit 1e20878Copy full SHA for 1e20878
.github/actions/linux-testenv/action.yml
@@ -101,14 +101,9 @@ runs:
101
TORCH_XPU_OPS_COMMIT="${{ inputs.torch_xpu_ops }}"
102
fi
103
104
- if [ "${{ github.event_name }}" == "pull_request" ];then
105
- cp -r ${{ github.workspace }}/torch-xpu-ops third_party/torch-xpu-ops
106
- cd third_party/torch-xpu-ops
107
- else
108
- git clone ${TORCH_XPU_OPS_REPO} third_party/torch-xpu-ops
109
110
- git checkout ${TORCH_XPU_OPS_COMMIT}
111
- fi
+ git clone ${TORCH_XPU_OPS_REPO} third_party/torch-xpu-ops
+ cd third_party/torch-xpu-ops
+ git checkout ${TORCH_XPU_OPS_COMMIT}
112
git status && git diff && git show -s
113
- name: Install E2E Requirements
114
shell: bash -xe {0}
0 commit comments