Skip to content

Commit

Permalink
Merge pull request #106 from pytorch/upgrade-ci
Browse files Browse the repository at this point in the history
Use linux_job_v2 to get CI to actually work
  • Loading branch information
janeyx99 authored Jan 22, 2025
2 parents 1882282 + 4795e23 commit 38bafc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
gpu-arch-type: cuda
gpu-arch-version: "11.8"
fail-fast: false
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
with:
repository: pytorch/extension-cpp
runner: ${{ matrix.runner }}
Expand Down

0 comments on commit 38bafc6

Please sign in to comment.