Skip to content

Commit 8ae30f5

Browse files
committed
fix
1 parent c5c5939 commit 8ae30f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/scripts/generate_binary_build_matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ def get_wheel_install_command(
304304
{WHL_INSTALL_BASE} {PACKAGES_TO_INSTALL}
305305
306306
For Linux Aarch64:
307-
{WHL_INSTALL_BASE} {PACKAGES_TO_INSTALL} --index-url {get_base_download_url_for_repo('whl', channel, gpu_arch_type, desired_cuda)}"""
307+
{WHL_INSTALL_BASE} {PACKAGES_TO_INSTALL} --index-url {get_base_download_url_for_repo("whl", channel, gpu_arch_type, desired_cuda)}"""
308308

309309
if (
310310
channel == RELEASE

0 commit comments

Comments
 (0)