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 e4f5f0d commit c8dc85dCopy full SHA for c8dc85d
.github/workflows/validate-linux-binaries.yml
@@ -71,7 +71,7 @@ jobs:
71
export TORCH_ONLY=${{ inputs.torchonly }}
72
export TARGET_OS="linux"
73
eval "$(conda shell.bash hook)"
74
- printf '%s\n' ${{ needs.generate-release-matrix.outputs.matrix }} > release_matrix.json
+ printf '%s\n' ${{ toJson(needs.generate-release-matrix.outputs.matrix) }} > release_matrix.json
75
76
# Special case PyPi installation package. And Install of PyPi package via poetry
77
if [[ ${MATRIX_PACKAGE_TYPE} == "manywheel" && ${MATRIX_GPU_ARCH_VERSION} == "12.1" ]]; then
0 commit comments