Skip to content

Commit c4b3a45

Browse files
test
1 parent 4fea45a commit c4b3a45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ enable_testing()
77

88
add_subdirectory("tensor-array-repo/Tensor-Array" EXCLUDE_FROM_ALL)
99

10-
find_package(Python COMPONENTS Interpreter Development.Module Development.Embed REQUIRED)
10+
find_package(Python COMPONENTS Interpreter Development REQUIRED)
1111

1212
if(Python_FOUND)
1313
add_subdirectory("third_party/pybind11" EXCLUDE_FROM_ALL)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ xbuild-tools = ["cmake", "ninja"]
2424
[tool.cibuildwheel.linux]
2525
before-all = [
2626
"chmod +x tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-rhel.sh",
27-
"dnf install -y redhat-lsb-core wget",
27+
"dnf install -y redhat-lsb-core wget python3-devel",
2828
"tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-rhel.sh"
2929
]
3030
xbuild-tools = ["cmake", "ninja"]

0 commit comments

Comments
 (0)