Skip to content

Commit 0c4b50f

Browse files
authored
Switch validate-domain-library.yml to linux_job_v2 (#6287)
Should fix failing rocm jobs on torchdata: https://github.com/pytorch/data/actions/runs/13274803527/job/37062174594#step:14:204
1 parent 4dc0de5 commit 0c4b50f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-domain-library.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
strategy:
8888
matrix: ${{ fromJson(needs.generate-linux-matrix.outputs.matrix) }}
8989
fail-fast: false
90-
uses: ./.github/workflows/linux_job.yml
90+
uses: ./.github/workflows/linux_job_v2.yml
9191
name: "linux-${{ matrix.package_type }}-${{ matrix.python_version }}-${{ matrix.desired_cuda }}"
9292
with:
9393
runner: ${{ matrix.validation_runner }}

0 commit comments

Comments
 (0)