Skip to content

Commit 8fe0de2

Browse files
authored
Merge pull request #108 from pytorch/update-ci-but-better-tested
Update to linux_job_v2 but tested this time
2 parents 8ae1d54 + cb143fc commit 8fe0de2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,15 @@ jobs:
1616
runner: ["linux.12xlarge"]
1717
gpu-arch-type: ["cpu"]
1818
include:
19-
- python-version: 3.8
19+
- python-version: 3.13
2020
runner: linux.g5.4xlarge.nvidia.gpu
2121
gpu-arch-type: cuda
22-
gpu-arch-version: "11.8"
22+
gpu-arch-version: "12.4"
2323
fail-fast: false
2424
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
25+
permissions:
26+
id-token: write
27+
contents: read
2528
with:
2629
repository: pytorch/extension-cpp
2730
runner: ${{ matrix.runner }}

0 commit comments

Comments
 (0)