You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use uv run --with pyyaml instead of uv pip install for checkpoint validation
uv pip install --system was failing with exit code 2 on GitHub runners.
Switch to uv run --with pyyaml which handles dependency resolution
inline without needing system-level pip install.
Signed-off-by: Sebastian Mendel <info@sebastianmendel.de>
0 commit comments