Skip to content

Commit 7185d78

Browse files
committed
pixi: Remove warnings
1 parent 941f248 commit 7185d78

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
@@ -51,9 +51,9 @@ configure = { cmd = [
5151
"-DGENERATE_PYTHON_STUBS=$COAL_PYTHON_STUBS",
5252
"-DCOAL_HAS_QHULL=$COAL_HAS_QHULL",
5353
] }
54-
build = { cmd = "cmake --build build --target all", depends_on = ["configure"] }
54+
build = { cmd = "cmake --build build --target all", depends-on = ["configure"] }
5555
clean = { cmd = "rm -rf build" }
56-
test = { cmd = "ctest --test-dir build --output-on-failure", depends_on = [
56+
test = { cmd = "ctest --test-dir build --output-on-failure", depends-on = [
5757
"build",
5858
] }
5959

0 commit comments

Comments
 (0)