Skip to content

Commit 4c71833

Browse files
authored
Upstream/release validations (#1589)
* Testing calling version * add release matrix
1 parent 8d07721 commit 4c71833

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ jobs:
4747
os: linux
4848
channel: ${{ inputs.channel }}
4949
generate-release-matrix:
50-
needs: generate-release-matrix
50+
needs: generate-linux-matrix
5151
uses: pytorch/test-infra/.github/workflows/generate_release_matrix.yml@main
5252
with:
5353
version: ${{ fromJson(needs.generate-linux-matrix.outputs.matrix).stable_version }}
5454

5555
linux:
56-
needs: generate-linux-matrix. generate-release-matrix
56+
needs: [generate-linux-matrix, generate-release-matrix]
5757
strategy:
5858
matrix: ${{ fromJson(needs.generate-linux-matrix.outputs.matrix) }}
5959
fail-fast: false
@@ -65,6 +65,7 @@ jobs:
6565
ref: ${{ inputs.ref || github.ref }}
6666
job-name: ${{ matrix.build_name }}
6767
binary-matrix: ${{ toJSON(matrix) }}
68+
release-matrix: needs.generate-release-matrix.outputs.matrix }}
6869
script: |
6970
set -ex
7071
export ENV_NAME="conda-env-${{ github.run_id }}"

0 commit comments

Comments
 (0)