We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b60a48b commit 333bceeCopy full SHA for 333bcee
1 file changed
pixi.toml
@@ -1,4 +1,4 @@
1
-[project]
+[workspace]
2
authors = ["Matt McCormick <matt@mmmccormick.com>"]
3
channels = ["conda-forge"]
4
description = "ITK-Wasm native build and test configuration."
@@ -36,7 +36,7 @@ depends-on = ["pnpm-install",
36
"build-native-transform"]
37
38
[tasks.test]
39
-cmd = "pnpm run test --filter !create-itk-wasm"
+cmd = "pnpm run --filter !create-itk-wasm test"
40
description = "Test ITK-Wasm"
41
depends-on = ["test-itk-wasm",
42
"test-native-compare-images",
0 commit comments