Skip to content

Commit

Permalink
Rename GPU test command in pyproject.toml for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
flferretti committed Dec 10, 2024
1 parent 852c44d commit 2e1f8c9
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 @@ -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"] }

0 comments on commit 2e1f8c9

Please sign in to comment.