mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-03-09 07:15:51 -05:00
Add encoding='utf-8' and errors='replace' to subprocess.run() calls in workflow.py so unit and integration test output decode correctly on Windows (cp1252) when output contains UTF-8 characters. Co-authored-by: Pratham-ja <114498234+Pratham-ja@users.noreply.github.com>