mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-03-11 17:49:25 -05:00
debug(ci): enable runner debug logging to investigate Windows D:\a issue
This commit is contained in:
9
.github/workflows/tinytorch-validate-dev.yml
vendored
9
.github/workflows/tinytorch-validate-dev.yml
vendored
@@ -93,6 +93,9 @@ env:
|
||||
TINYTORCH_QUIET: "1"
|
||||
PYTHONIOENCODING: "utf-8" # Required for Windows emoji support in Rich
|
||||
PYTHONUTF8: "1" # Force UTF-8 for all Python I/O (subprocess pipes)
|
||||
# Debug logging for Windows D:\a issue investigation
|
||||
ACTIONS_RUNNER_DEBUG: "true"
|
||||
ACTIONS_STEP_DEBUG: "true"
|
||||
|
||||
jobs:
|
||||
# ===========================================================================
|
||||
@@ -146,12 +149,10 @@ jobs:
|
||||
|
||||
case "$OS_INPUT" in
|
||||
windows)
|
||||
# Use windows-2022 for stability (windows-latest/2025 has path issues)
|
||||
echo 'os_matrix=["windows-2022"]' >> $GITHUB_OUTPUT
|
||||
echo 'os_matrix=["windows-latest"]' >> $GITHUB_OUTPUT
|
||||
;;
|
||||
all)
|
||||
# Use windows-2022 for stability (windows-latest/2025 has path issues)
|
||||
echo 'os_matrix=["ubuntu-latest","windows-2022"]' >> $GITHUB_OUTPUT
|
||||
echo 'os_matrix=["ubuntu-latest","windows-latest"]' >> $GITHUB_OUTPUT
|
||||
;;
|
||||
*)
|
||||
# Default: Linux only
|
||||
|
||||
Reference in New Issue
Block a user