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
There are some weird, probably newline-related issues that fail the tests when (in test/doctests) running them on the windows-latest runners of GitHub Actions. I am unable to reproduce them locally on a Windows machine and AppVeyor works fine.
So because of that in #1496 I stuck with AppVeyor for Windows testing. But ideally we'd like to get the tests working reliably also on GitHub Actions. If anyone wants to take a look at this, I have some commits on the mp/gha-actions branch where I tried out a few things with partial success.
The text was updated successfully, but these errors were encountered:
On the Windows VM where I tried to repro it.. it appears that core.autocrlf = true globally, but when I manually checked the files, they have been checked out with LF (:man_shrugging:; I think I did pkg> dev so maybe because of that). So it makes sense that the tests would pass, like on AppVeyor.
There are some weird, probably newline-related issues that fail the tests when (in
test/doctests
) running them on thewindows-latest
runners of GitHub Actions. I am unable to reproduce them locally on a Windows machine and AppVeyor works fine.So because of that in #1496 I stuck with AppVeyor for Windows testing. But ideally we'd like to get the tests working reliably also on GitHub Actions. If anyone wants to take a look at this, I have some commits on the
mp/gha-actions
branch where I tried out a few things with partial success.The text was updated successfully, but these errors were encountered: