Skip to content

Commit

Permalink
Merge pull request #376 from ami-iit/xela-95-patch-1
Browse files Browse the repository at this point in the history
Update `pyproject.toml` to use `depends-on` pixi parameter
  • Loading branch information
xela-95 authored Feb 19, 2025
2 parents 1b31e66 + 4eaf38a commit de13b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }

0 comments on commit de13b4c

Please sign in to comment.