Skip to content

Commit 06aa0d9

Browse files
committed
fix(itk-wasm): underscore to identify emscripten wheel
1 parent 783df44 commit 06aa0d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/typescript/itk-wasm/src/bindgen/python/dispatch-test-module.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def package_wheel():
2929
3030
@pytest.fixture
3131
def emscripten_package_wheel():
32-
return f"${pypackage}-emscripten-{test_package_version}-py3-none-any.whl"
32+
return f"${pypackage}_emscripten-{test_package_version}-py3-none-any.whl"
3333
3434
@pytest.fixture
3535
def input_data():

0 commit comments

Comments
 (0)