Skip to content

Commit 5cd289b

Browse files
committed
pass as posix path to avoid json decoding issues
1 parent dc824a0 commit 5cd289b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bioimageio/core/_resource_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ def _test_in_env(
414414
"bioimageio",
415415
"test",
416416
str(source),
417-
f"--{summary_path_arg_name}={summary_path}",
417+
f"--{summary_path_arg_name}={summary_path.as_posix()}",
418418
f"--determinism={determinism}",
419419
]
420420
+ ([f"--expected-type={expected_type}"] if expected_type else [])

0 commit comments

Comments
 (0)