Skip to content

Commit c8dc85d

Browse files
authored
Test versions validations (#1599)
* test * basedir * test
1 parent e4f5f0d commit c8dc85d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)