File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -112,7 +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_*"
115+ skip = " *- musllinux_*"
116116enable = " cpython-freethreading"
117117build-verbosity = 1
118118environment-pass = [" CUDA_PATH" , " CUDA_PYTHON_PARALLEL_LEVEL" ]
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ exclude = ["cuda/core/_version.py"]
110110"setup.py" = [" F401" ]
111111
112112[tool .cibuildwheel ]
113- skip = " musllinux_*"
113+ skip = " *- musllinux_*"
114114enable = " cpython-freethreading"
115115build-verbosity = 1
116116environment-pass = [" CUDA_PYTHON_PARALLEL_LEVEL" ]
You can’t perform that action at this time.
0 commit comments