We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 941f248 commit 7185d78Copy full SHA for 7185d78
pixi.toml
@@ -51,9 +51,9 @@ configure = { cmd = [
51
"-DGENERATE_PYTHON_STUBS=$COAL_PYTHON_STUBS",
52
"-DCOAL_HAS_QHULL=$COAL_HAS_QHULL",
53
] }
54
-build = { cmd = "cmake --build build --target all", depends_on = ["configure"] }
+build = { cmd = "cmake --build build --target all", depends-on = ["configure"] }
55
clean = { cmd = "rm -rf build" }
56
-test = { cmd = "ctest --test-dir build --output-on-failure", depends_on = [
+test = { cmd = "ctest --test-dir build --output-on-failure", depends-on = [
57
"build",
58
59
0 commit comments