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 75a8770 commit 0012bd5Copy full SHA for 0012bd5
.github/workflows/validate-linux-binaries.yml
@@ -46,9 +46,14 @@ jobs:
46
package-type: all
47
os: linux
48
channel: ${{ inputs.channel }}
49
+ generate-release-matrix:
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 }}
54
55
linux:
- needs: generate-linux-matrix
56
+ needs: generate-linux-matrix. generate-release-matrix
57
strategy:
58
matrix: ${{ fromJson(needs.generate-linux-matrix.outputs.matrix) }}
59
fail-fast: false
0 commit comments