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
Windows CI fails when parsing CSV with line breaks within a cell. This
is due to the difference of line endings between CRLF vs LF, and test
CSV parser implementation.
To mitigate this issue, tweak Windows CI to enforce git checkout with LF.
0 commit comments