Skip to content

Commit 290fc10

Browse files
committed
improve doc comments
1 parent 8806e5b commit 290fc10

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pixi.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ cu12 = { features = ["cu12"], solve-group = "cu12" }
2525
cu13 = { features = ["cu13"], solve-group = "cu13" }
2626

2727

28-
# Test tasks: Run tests (assumes environments are already installed)
29-
# Order: pathfinder -> bindings -> core (matching scripts/run_tests.sh)
30-
# Each sub-package has its own pixi.toml and environment
31-
# Usage: pixi run test (default) or pixi run -e cu12 test or pixi run -e cu13 test
32-
# The environment specified with -e is automatically passed down via PIXI_ENVIRONMENT_NAME
28+
# Test Tasks
29+
# Runs tests across all sub-packages: pathfinder bindings core (dependency order)
30+
# Each sub-package has its own pixi.toml; the -e environment propagates via PIXI_ENVIRONMENT_NAME
31+
#
32+
# Usage: pixi run test | pixi run -e cu12 test | pixi run -e cu13 test
3333
[target.linux.tasks.test-pathfinder]
3434
cmd = ["bash", "-c", "cd cuda_pathfinder && pixi run ${PIXI_ENVIRONMENT_NAME:+--environment \"$PIXI_ENVIRONMENT_NAME\"} test"]
3535

0 commit comments

Comments
 (0)