Skip to content

Commit 28eb190

Browse files
committed
pixi: Fix pixi.toml breaking change
1 parent 56c458c commit 28eb190

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pixi.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ configure = { cmd = [
5656
"-DBUILD_WITH_SDF_SUPPORT=$PINOCCHIO_SDF_SUPPORT",
5757
"-DBUILD_PYTHON_BINDINGS_WITH_BOOST_MPFR_SUPPORT=$PINOCCHIO_MPFR_SUPPORT",
5858
] }
59-
build = { cmd = "cmake --build build --target all", depends_on = ["configure"] }
59+
build = { cmd = "cmake --build build --target all", depends-on = ["configure"] }
6060
clean = { cmd = "rm -rf build" }
61-
test = { cmd = "ctest --test-dir build --output-on-failure", depends_on = [
61+
test = { cmd = "ctest --test-dir build --output-on-failure", depends-on = [
6262
"build",
6363
] }
6464

0 commit comments

Comments
 (0)