Skip to content

Commit 516c1ab

Browse files
authored
Upstream/release validations (#1590)
* Testing calling version * add release matrix * test
1 parent 4c71833 commit 516c1ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272
export TORCH_ONLY=${{ inputs.torchonly }}
7373
export TARGET_OS="linux"
7474
eval "$(conda shell.bash hook)"
75+
printf '%s\n' ${{ needs.generate-release-matrix.outputs.matrix }} > release_matrix.json
7576
7677
# Special case PyPi installation package. And Install of PyPi package via poetry
7778
if [[ ${MATRIX_PACKAGE_TYPE} == "manywheel" && ${MATRIX_GPU_ARCH_VERSION} == "12.1" ]]; then

0 commit comments

Comments
 (0)