Skip to content

Commit

Permalink
Test versions validations (#1599)
Browse files Browse the repository at this point in the history
* test

* basedir

* test
  • Loading branch information
atalman committed Nov 16, 2023
1 parent e4f5f0d commit c8dc85d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-linux-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
export TORCH_ONLY=${{ inputs.torchonly }}
export TARGET_OS="linux"
eval "$(conda shell.bash hook)"
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
# Special case PyPi installation package. And Install of PyPi package via poetry
if [[ ${MATRIX_PACKAGE_TYPE} == "manywheel" && ${MATRIX_GPU_ARCH_VERSION} == "12.1" ]]; then
Expand Down

0 comments on commit c8dc85d

Please sign in to comment.