We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0012bd5 commit 8d07721Copy full SHA for 8d07721
.github/workflows/validate-linux-binaries.yml
@@ -50,7 +50,7 @@ jobs:
50
needs: generate-release-matrix
51
uses: pytorch/test-infra/.github/workflows/generate_release_matrix.yml@main
52
with:
53
- version: ${{ fromJson(needs.generate-linux-matrix.outputs.matrix).[0].stable_version }}
+ version: ${{ fromJson(needs.generate-linux-matrix.outputs.matrix).stable_version }}
54
55
linux:
56
needs: generate-linux-matrix. generate-release-matrix
0 commit comments