Skip to content

Commit 94da6c7

Browse files
committed
Remove quotation
1 parent 73b1e0d commit 94da6c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
build = ["cp3{9,10,11,12,13}-{macosx_*,{win,????linux}_*64}"]
77
build-frontend = "build[uv]"
88

9-
test-command = ["uv run --with 'numpy>=2.0' python -m unittest discover {project}/test"]
9+
test-command = ["uv run --with numpy>=2.0 python -m unittest discover {project}/test"]
1010
test-requires = [
1111
"gymnasium",
1212
]
@@ -25,4 +25,4 @@ test-requires = "jax[cpu]"
2525
[[tool.cibuildwheel.overrides]]
2626
select = "cp3{9,10,11,12}-*"
2727
inherit.test-command = "append"
28-
test-command = "uv run --with 'numpy<2.0' python -m unittest discover {project}/test"
28+
test-command = "uv run --with numpy<2.0 python -m unittest discover {project}/test"

0 commit comments

Comments
 (0)