Skip to content

Fix Windows CI build #17878

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 5, 2025
Merged

Fix Windows CI build #17878

merged 1 commit into from
May 5, 2025

Conversation

RobinMalfait
Copy link
Member

@RobinMalfait RobinMalfait commented May 5, 2025

This PR fixes a Windows CI issue due to the recently merged #17846

There might be better ways to solve this, but essentially we want to make sure we are always dealing with \n and not \r\n. This PR fixes that by replacing all \r\n with \n in the tests.

@RobinMalfait RobinMalfait marked this pull request as ready for review May 5, 2025 15:22
@RobinMalfait RobinMalfait requested a review from a team as a code owner May 5, 2025 15:22
@RobinMalfait RobinMalfait merged commit 5c5ae04 into main May 5, 2025
21 checks passed
@RobinMalfait RobinMalfait deleted the fix/windows-build branch May 5, 2025 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants