We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dfdfb8 commit d0bf444Copy full SHA for d0bf444
.github/workflows/unittest_ci.yml
@@ -64,6 +64,9 @@ jobs:
64
python-tag: "py312"
65
cuda-tag: "cu124"
66
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
67
+ permissions:
68
+ id-token: write
69
+ contents: read
70
with:
71
runner: ${{ matrix.os }}
72
timeout: 30
.github/workflows/unittest_ci_cpu.yml
@@ -36,6 +36,9 @@ jobs:
36
python-version: '3.12'
37
38
39
40
41
42
43
44
timeout: 15
0 commit comments