Skip to content

Commit 9c8c45b

Browse files
authored
Update libtorch validation to include "-L"
1 parent 889190c commit 9c8c45b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/validate_binaries.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ cleanup_conda_env() {
220220
handle_aarch64_cuda_override
221221

222222
if [[ ${MATRIX_PACKAGE_TYPE} == "libtorch" ]]; then
223-
curl "${MATRIX_INSTALLATION}" -o libtorch.zip
223+
curl -L "${MATRIX_INSTALLATION}" -o libtorch.zip
224224
unzip libtorch.zip
225225
exit 0
226226
fi

0 commit comments

Comments
 (0)