From 8d0772138d77b4494d71b46403eff8b221d94c54 Mon Sep 17 00:00:00 2001 From: Andrey Talman Date: Tue, 14 Nov 2023 19:32:56 -0500 Subject: [PATCH] Testing calling version (#1588) --- .github/workflows/validate-linux-binaries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-linux-binaries.yml b/.github/workflows/validate-linux-binaries.yml index e457bf69d..15ac58c5e 100644 --- a/.github/workflows/validate-linux-binaries.yml +++ b/.github/workflows/validate-linux-binaries.yml @@ -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