fix: hermes test hardcoding python3 (fails on Windows) (#513)
tests/hermes-plugin.test.js spawned python3 with no fallback. On Windows python3 is the Store app-execution-alias stub that exits non-zero even when Python is installed. Reuse the probe/fallback pattern from benchmarks/correctness.js: try python3, fall back to python, cache the result. Fixes #498
A
Aly Dhedhi committed
3869218b133e1ea2b270b55064d6b3a9e8320379
Parent: 1469048
Committed by GitHub <noreply@github.com>
on 7/7/2026, 12:31:15 AM