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(ci): add explicit bash shell for Windows compatibility in workflow
The uv cache dir commands use bash-specific syntax ( and
command substitution) that fails on Windows runners without explicit shell
specification. Added shell: bash to all three get-uv-cache steps.
0 commit comments