-
Notifications
You must be signed in to change notification settings - Fork 129
chore(ci): Add Windows test job #1113
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
base: main
Are you sure you want to change the base?
Conversation
Looks like actually a fairly manageable job. @kaare-mikkelsen, would you be interested in having a go at adding Windows support? |
Hi @effigies |
My approach at this would be to first fix the failing tests from this run: https://github.com/bids-standard/pybids/actions/runs/12323508594/job/34399274262?pr=1113 I listed them below
I would :
|
@Remi-Gau that sounds pretty straight forward :) I will look into this when I get the time again, but also won't be in any way upset if someone solves it before then. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1113 +/- ##
==========================================
+ Coverage 89.33% 89.44% +0.11%
==========================================
Files 66 66
Lines 7259 7259
Branches 1149 1149
==========================================
+ Hits 6485 6493 +8
+ Misses 565 558 -7
+ Partials 209 208 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
No idea how tied we are to posix. Probably pretty tightly, but there's no reason in principle it couldn't be undone.
xref #1111