Skip to content

Commit dd17f66

Browse files
committed
remove duplicated nanoeigenpy
1 parent 483e40a commit dd17f66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ dependencies = { nanoeigenpy = { path = "." }, cmake = ">=3.22", python = "*" }
179179

180180
[feature.test-pixi-build.tasks]
181181
test-cmake = "cmake -S tests/packaging/cmake -B build/test_pixi_build"
182-
test-python = "python -c 'import nanoeigenpy; print(nanoeigenpy.nanoeigenpy.__version__)'"
182+
test-python = "python -c 'import nanoeigenpy; print(nanoeigenpy.__version__)'"
183183
test = { depends-on = ["test-cmake", "test-python"] }
184184

185185
[environments]

0 commit comments

Comments
 (0)