Skip to content

Commit

Permalink
pixi: depends_on -> depends-on
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarpent authored Jan 13, 2025
1 parent 3b6be5e commit 2f21f0f
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 @@ -56,9 +56,9 @@ configure = { cmd = [
"-DBUILD_WITH_SDF_SUPPORT=$PINOCCHIO_SDF_SUPPORT",
"-DBUILD_PYTHON_BINDINGS_WITH_BOOST_MPFR_SUPPORT=$PINOCCHIO_MPFR_SUPPORT",
] }
build = { cmd = "cmake --build build --target all", depends_on = ["configure"] }
build = { cmd = "cmake --build build --target all", 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 2f21f0f

Please sign in to comment.