Skip to content

Commit 5cc530b

Browse files
committed
pixi: Remove warnings
1 parent a6980e7 commit 5cc530b

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
@@ -47,9 +47,9 @@ configure = { cmd = [
4747
"-DBUILD_WITH_CHOLMOD_SUPPORT=$EIGENPY_CHOLMOD_SUPPORT",
4848
"-DBUILD_WITH_ACCELERATE_SUPPORT=$EIGENPY_ACCELERATE_SUPPORT",
4949
] }
50-
build = { cmd = "cmake --build build --target all", depends_on = ["configure"] }
50+
build = { cmd = "cmake --build build --target all", depends-on = ["configure"] }
5151
clean = { cmd = "rm -rf build" }
52-
test = { cmd = "ctest --test-dir build --output-on-failure", depends_on = [
52+
test = { cmd = "ctest --test-dir build --output-on-failure", depends-on = [
5353
"build",
5454
] }
5555

0 commit comments

Comments
 (0)