Skip to content

Commit 4eca84e

Browse files
committed
Investigate Windows failure
1 parent b0ce775 commit 4eca84e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bench_runner/scripts/workflow.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ def get_exe_path(cpython: Path, flags: list[str], force_32bit: bool) -> Path:
4040
elif sys.platform.startswith("win32"):
4141
build_dir = get_windows_build_dir(force_32bit)
4242
if "NOGIL" in flags:
43+
print(list(build_dir.glob("*.exe")))
4344
exe = next(build_dir.glob("python3.*.exe"))
4445
else:
4546
exe = "python.exe"

0 commit comments

Comments
 (0)