Skip to content

Commit 7c031ca

Browse files
committed
Still need pytorch sources for E2E test
1 parent e721b6b commit 7c031ca

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/build-test-reusable.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,15 @@ jobs:
107107
run: |
108108
pip install torch --index-url https://download.pytorch.org/whl/nightly/xpu
109109
110+
- name: Setup PyTorch
111+
if: ${{ inputs.pytorch_nightly_wheels }}
112+
uses: actions/checkout@v4
113+
with:
114+
repository: pytorch/pytorch
115+
ref: ${{ inputs.pytorch_ref }}
116+
submodules: recursive
117+
path: pytorch
118+
110119
- name: Install pass_rate dependencies
111120
run: |
112121
pip install defusedxml

0 commit comments

Comments
 (0)