Skip to content

Commit c601481

Browse files
committed
Add quote for windows shell
1 parent d98c21e commit c601481

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,16 @@ test-requires = [
1212
]
1313

1414
[[tool.cibuildwheel.overrides]]
15-
select = "cp3{9,10,11,12}-{win,macosx,manylinux}_*"
15+
select = "cp3{9,10,11,12}-{macosx,manylinux}_*"
1616
inherit.test-requires = "append"
1717
test-requires = "ray;python_version<'3.13'"
1818

19+
[[tool.cibuildwheel.overrides]]
20+
select = "cp3{9,10,11,12}-win_*"
21+
inherit.test-requires = "append"
22+
test-requires = "\"ray;python_version<'3.13'\""
23+
24+
1925
[[tool.cibuildwheel.overrides]]
2026
select = "cp3{9,10,11,12}-{win,macosx,manylinux}_*"
2127
inherit.test-requires = "append"

0 commit comments

Comments
 (0)