Skip to content

Commit

Permalink
Merge pull request #108 from pytorch/update-ci-but-better-tested
Browse files Browse the repository at this point in the history
Update to linux_job_v2 but tested this time
  • Loading branch information
janeyx99 authored Jan 22, 2025
2 parents 8ae1d54 + cb143fc commit 8fe0de2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,15 @@ jobs:
runner: ["linux.12xlarge"]
gpu-arch-type: ["cpu"]
include:
- python-version: 3.8
- python-version: 3.13
runner: linux.g5.4xlarge.nvidia.gpu
gpu-arch-type: cuda
gpu-arch-version: "11.8"
gpu-arch-version: "12.4"
fail-fast: false
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
permissions:
id-token: write
contents: read
with:
repository: pytorch/extension-cpp
runner: ${{ matrix.runner }}
Expand Down

0 comments on commit 8fe0de2

Please sign in to comment.