Skip to content

Commit 333bcee

Browse files
committed
build(pixi): project -> workspace, fix --filter position
workspace is used instead of project with newer pixi.
1 parent b60a48b commit 333bcee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pixi.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[project]
1+
[workspace]
22
authors = ["Matt McCormick <matt@mmmccormick.com>"]
33
channels = ["conda-forge"]
44
description = "ITK-Wasm native build and test configuration."
@@ -36,7 +36,7 @@ depends-on = ["pnpm-install",
3636
"build-native-transform"]
3737

3838
[tasks.test]
39-
cmd = "pnpm run test --filter !create-itk-wasm"
39+
cmd = "pnpm run --filter !create-itk-wasm test"
4040
description = "Test ITK-Wasm"
4141
depends-on = ["test-itk-wasm",
4242
"test-native-compare-images",

0 commit comments

Comments
 (0)