Skip to content

Commit

Permalink
Update pixi.toml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
olivier-roussel committed Jan 31, 2025
1 parent 0d52df9 commit 0eafdb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ configure = { cmd = [
"$SOFA_PLUGIN_CUDA_ARGS",
"$SOFA_PLUGIN_PYTHON3_ARGS"
] }
build = { cmd = "cmake --build build --target all --parallel 8", depends_on = ["configure"] }
build = { cmd = "cmake --build build --target all --parallel 8", depends-on = ["configure"] }
clean = { cmd = "rm -rf build" }
test = { cmd = "ctest --test-dir build --output-on-failure", depends_on = [
test = { cmd = "ctest --test-dir build --output-on-failure", depends-on = [
"build",
] }

Expand Down

0 comments on commit 0eafdb2

Please sign in to comment.