Skip to content

Commit 8d07721

Browse files
authored
Testing calling version (#1588)
1 parent 0012bd5 commit 8d07721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-linux-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
needs: generate-release-matrix
5151
uses: pytorch/test-infra/.github/workflows/generate_release_matrix.yml@main
5252
with:
53-
version: ${{ fromJson(needs.generate-linux-matrix.outputs.matrix).[0].stable_version }}
53+
version: ${{ fromJson(needs.generate-linux-matrix.outputs.matrix).stable_version }}
5454

5555
linux:
5656
needs: generate-linux-matrix. generate-release-matrix

0 commit comments

Comments
 (0)