Skip to content

Commit 74139c9

Browse files
authored
Block on Python 3.13 version (#1898)
1 parent e4d805c commit 74139c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_linux_wheels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
needs: generate-matrix
3232
name: ${{ matrix.repository }}
3333
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main
34-
if: ${{ matrix.python_version }} != '3.13'
34+
if: ${{ needs.generate-matrix.outputs.matrix.python_version }} != '3.13'
3535
strategy:
3636
fail-fast: false
3737
with:

0 commit comments

Comments
 (0)