Skip to content

Commit

Permalink
Fix parsing error for Github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joecummings committed Oct 24, 2024
1 parent a8e96cd commit c80c46b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_linux_wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
needs: generate-matrix
name: ${{ matrix.repository }}
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main
if: ${{ matrix.python_version }} != '3.13'
if: ${{ needs.generate-matrix.outputs.matrix.python_version }} != '3.13'
strategy:
fail-fast: false
with:
Expand Down

0 comments on commit c80c46b

Please sign in to comment.