diff --git a/pyproject.toml b/pyproject.toml index 5dffadd81..0c663a497 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -284,4 +284,4 @@ cuda-version = "12.*" jaxlib = { version = "*", build = "*cuda*" } [tool.pixi.feature.gpu.tasks] -test-gpu = { cmd = "pytest --gpu-only", depends_on = ["pipcheck"] } +test-gpu = { cmd = "pytest --gpu-only", depends-on = ["pipcheck"] }