Skip to content

Commit a8a143b

Browse files
committed
ci: skip musllinux
1 parent 820e571 commit a8a143b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cuda_bindings/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ exclude = ["cuda/bindings/_version.py"]
112112
"F841"] # F841 complains about unused variables, but some assignments have side-effects that could be useful for tests (func calls for example)
113113

114114
[tool.cibuildwheel]
115+
skip = "musllinux_*"
115116
enable = "cpython-freethreading"
116117
build-verbosity = 1
117118
environment-pass = ["CUDA_PATH", "CUDA_PYTHON_PARALLEL_LEVEL"]

0 commit comments

Comments
 (0)