From 4eaf38ad256f37d3c7b22897d20321f297f8f8da Mon Sep 17 00:00:00 2001 From: Alessandro Croci <57228872+xela-95@users.noreply.github.com> Date: Wed, 19 Feb 2025 11:01:57 +0100 Subject: [PATCH] Update `pyproject.toml` to use `depends-on` pixi parameter --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }