Skip to content

Commit

Permalink
Testing calling version (#1588)
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman authored Nov 15, 2023
1 parent 0012bd5 commit 8d07721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-linux-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
needs: generate-release-matrix
uses: pytorch/test-infra/.github/workflows/generate_release_matrix.yml@main
with:
version: ${{ fromJson(needs.generate-linux-matrix.outputs.matrix).[0].stable_version }}
version: ${{ fromJson(needs.generate-linux-matrix.outputs.matrix).stable_version }}

linux:
needs: generate-linux-matrix. generate-release-matrix
Expand Down

0 comments on commit 8d07721

Please sign in to comment.