-
Notifications
You must be signed in to change notification settings - Fork 358
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
ci: include windows 2022 #748
Conversation
Codecov Report
@@ Coverage Diff @@
## main #748 +/- ##
=======================================
Coverage 99.06% 99.06%
=======================================
Files 16 16
Lines 3964 3964
=======================================
Hits 3927 3927
Misses 37 37
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
I think I fixed the VS2022 issue, seemed to be something with C++20 changes to allowed constructors for std::array that messed up some of the template type detections. |
04266a0
to
8ea40a9
Compare
@henryiii not sure what is going on with the pre-commit error. |
Curious. Pre-commit updated a few days ago, but no node changes afaict, that’s all I see that’s changed. Can check soonish, currently at SciPy. |
This seems to be broken.