Skip to content

Commit faca27d

Browse files
committed
Revert "Add quote for windows shell"
This reverts commit c601481.
1 parent c601481 commit faca27d

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

pyproject.toml

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

1414
[[tool.cibuildwheel.overrides]]
15-
select = "cp3{9,10,11,12}-{macosx,manylinux}_*"
15+
select = "cp3{9,10,11,12}-{win,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-
2519
[[tool.cibuildwheel.overrides]]
2620
select = "cp3{9,10,11,12}-{win,macosx,manylinux}_*"
2721
inherit.test-requires = "append"

0 commit comments

Comments
 (0)