From 456e31307dbdfd2441979c725a7e4a6352841530 Mon Sep 17 00:00:00 2001 From: zhanzhan1 Date: Tue, 21 Oct 2025 11:23:47 +0800 Subject: [PATCH] test ci --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 57d80e390..753f545be 100644 --- a/setup.py +++ b/setup.py @@ -131,7 +131,7 @@ class CustomBuildExt(build_ext): # Combine all cmake commands into one string cmake_cmd = ( f"source {env_script_path} && " - f"cmake -S {OPS_DIR} -B {BUILD_OPS_DIR}" + f" cmake -S {OPS_DIR} -B {BUILD_OPS_DIR}" f" -DCMAKE_BUILD_TYPE=Release" f" -DCMAKE_INSTALL_PREFIX={os.path.join(BUILD_OPS_DIR, 'install')}" f" -DBUILD_EXTENSION_DIR={build_extension_dir}" -- Gitee