Skip to content

Commit eaad542

Browse files
committed
trying to fix ci
1 parent 4ade1ba commit eaad542

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

backend/cuda/cibuildwheel.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ repair-wheel-command = ""
88
[tool.cibuildwheel.linux]
99
before-all = [
1010
"yum-config-manager --add-repo https://developer.download.nvidia.com/compute/cuda/repos/rhel9/x86_64/cuda-rhel9.repo",
11-
"yum search cuda-toolkit*",
12-
"yum install -y cuda-toolkit-12-6"
11+
"yum install -y --nobest cuda-toolkit-12-6"
1312
]
1413
environment = { CMAKE_CUDA_COMPILER = "/usr/local/cuda-12.6/bin/nvcc" }
1514

0 commit comments

Comments
 (0)