Skip to content

Commit

Permalink
Update pyproject.toml to use depends-on pixi parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
xela-95 authored Feb 19, 2025
1 parent 1b31e66 commit 4eaf38a
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 4eaf38a

Please sign in to comment.