Skip to content

Commit

Permalink
Add release versions everywhere (#1601)
Browse files Browse the repository at this point in the history
* test

* test

* test

* test
  • Loading branch information
atalman authored Nov 16, 2023
1 parent 9400ddb commit 51a3063
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/validate-aarch64-linux-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,13 @@ jobs:
package-type: wheel
os: linux-aarch64
channel: ${{ inputs.channel }}
with-cuda: disable
generate-release-matrix:
uses: pytorch/test-infra/.github/workflows/generate_release_matrix.yml@main
with:
version: ${{ inputs.version }}
linux-aarch64:
needs: generate-aarch64-linux-matrix
needs: [generate-aarch64-linux-matrix, generate-release-matrix]
strategy:
matrix: ${{ fromJson(needs.generate-aarch64-linux-matrix.outputs.matrix) }}
fail-fast: false
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/validate-macos-arm64-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
os: macos-arm64
channel: ${{ inputs.channel }}
generate-release-matrix:
needs: generate-macos-arm64-matrix
uses: pytorch/test-infra/.github/workflows/generate_release_matrix.yml@main
with:
version: ${{ inputs.version }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/validate-macos-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
os: macos
channel: ${{ inputs.channel }}
generate-release-matrix:
needs: generate-macos-matrix
uses: pytorch/test-infra/.github/workflows/generate_release_matrix.yml@main
with:
version: ${{ inputs.version }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/validate-windows-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
os: windows
channel: ${{ inputs.channel }}
generate-release-matrix:
needs: generate-windows-matrix
uses: pytorch/test-infra/.github/workflows/generate_release_matrix.yml@main
with:
version: ${{ inputs.version }}
Expand Down

0 comments on commit 51a3063

Please sign in to comment.