Skip to content

Commit cb91b5c

Browse files
committed
Revert change
1 parent 533568f commit cb91b5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install_KLU_Sundials.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ def install_suitesparse():
198198
cmake_options += f" {vcpkg_dir}/scripts/buildsystems/vcpkg.cmake"
199199
env["CMAKE_OPTIONS"] = cmake_options
200200
subprocess.run(make_cmd, cwd=build_dir, env=env, shell=True, check=True)
201-
subprocess.run(install_cmd, cwd=build_dir, env=env, shell=True, check=True)
201+
subprocess.run(install_cmd, cwd=build_dir, check=True)
202202

203203

204204
def safe_remove_dir(path):

0 commit comments

Comments
 (0)