File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 23
23
gpu-arch-type : cuda
24
24
gpu-arch-version : " 11.8"
25
25
fail-fast : false
26
- uses : pytorch/test-infra/.github/workflows/linux_job .yml@main
26
+ uses : pytorch/test-infra/.github/workflows/linux_job_v2 .yml@main
27
27
with :
28
28
repository : pytorch/vision
29
29
runner : ${{ matrix.runner }}
Original file line number Diff line number Diff line change 26
26
gpu-arch-type : cuda
27
27
gpu-arch-version : " 11.8"
28
28
fail-fast : false
29
- uses : pytorch/test-infra/.github/workflows/linux_job .yml@main
29
+ uses : pytorch/test-infra/.github/workflows/linux_job_v2 .yml@main
30
30
with :
31
31
repository : pytorch/vision
32
32
runner : ${{ matrix.runner }}
@@ -104,7 +104,7 @@ jobs:
104
104
./.github/scripts/unittest.sh
105
105
106
106
onnx :
107
- uses : pytorch/test-infra/.github/workflows/linux_job .yml@main
107
+ uses : pytorch/test-infra/.github/workflows/linux_job_v2 .yml@main
108
108
with :
109
109
repository : pytorch/vision
110
110
test-infra-ref : main
@@ -135,7 +135,7 @@ jobs:
135
135
echo '::endgroup::'
136
136
137
137
unittests-extended :
138
- uses : pytorch/test-infra/.github/workflows/linux_job .yml@main
138
+ uses : pytorch/test-infra/.github/workflows/linux_job_v2 .yml@main
139
139
if : contains(github.event.pull_request.labels.*.name, 'run-extended')
140
140
with :
141
141
repository : pytorch/vision
You can’t perform that action at this time.
0 commit comments