Skip to content

Commit 38bafc6

Browse files
authored
Merge pull request #106 from pytorch/upgrade-ci
Use linux_job_v2 to get CI to actually work
2 parents 1882282 + 4795e23 commit 38bafc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
gpu-arch-type: cuda
2222
gpu-arch-version: "11.8"
2323
fail-fast: false
24-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
24+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
2525
with:
2626
repository: pytorch/extension-cpp
2727
runner: ${{ matrix.runner }}

0 commit comments

Comments
 (0)