Skip to content

Commit 48627c4

Browse files
committed
fix pixi warnings
1 parent a88490a commit 48627c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pixi.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ configure = { cmd = [
5353
"-DBUILD_EXAMPLES=$ALIGATOR_EXAMPLES",
5454
"-DGENERATE_PYTHON_STUBS=$ALIGATOR_PYTHON_STUBS",
5555
] }
56-
build = { cmd = "cmake --build build --target all", depends_on = ["configure"] }
56+
build = { cmd = "cmake --build build --target all", depends-on = ["configure"] }
5757
clean = { cmd = "rm -rf build" }
58-
test = { cmd = "ctest --test-dir build --output-on-failure", depends_on = [
58+
test = { cmd = "ctest --test-dir build --output-on-failure", depends-on = [
5959
"build",
6060
] }
6161

0 commit comments

Comments
 (0)