diff --git a/pyproject.toml b/pyproject.toml index 030d9ad76..571402692 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -269,4 +269,4 @@ cuda-version = "12.*" jaxlib = { version = "*", build = "*cuda*" } [tool.pixi.feature.gpu.tasks] -gpu-tests = { cmd = "pytest --gpu-only", depends_on = ["pipcheck"] } +test-gpu = { cmd = "pytest --gpu-only", depends_on = ["pipcheck"] }