Skip to content
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, MAINT: known CI issue with NumPy main/latest #19406

Closed
tylerjereddy opened this issue Oct 18, 2023 · 3 comments
Closed

CI, MAINT: known CI issue with NumPy main/latest #19406

tylerjereddy opened this issue Oct 18, 2023 · 3 comments
Labels
CI Items related to the CI tools such as CircleCI, GitHub Actions or Azure maintenance Items related to regular maintenance tasks
Milestone

Comments

@tylerjereddy
Copy link
Contributor

tylerjereddy commented Oct 18, 2023

Example failure: https://github.com/scipy/scipy/actions/runs/6555137521/job/17803175138?pr=19402

Suspected/related issues:

@tylerjereddy tylerjereddy added maintenance Items related to regular maintenance tasks CI Items related to the CI tools such as CircleCI, GitHub Actions or Azure labels Oct 18, 2023
@ngoldbaum
Copy link

In the CI log it looks like pybind11 is getting installed from the last pip release in July which doesn't have the fix for this. I bet installing pybind11 from the git repo will fix this.

@tylerjereddy
Copy link
Contributor Author

Ok, that fixes most of the issues, I still get the same failure with matplotlib/tri/_triangulation.py:124: in get_cpp_triangulation doing the same thing, so maybe whatever that is needs to get rebuilt with latest pybind11 branch as well.

Anyway, sounds like the ecosystem has branches with fixes, but probably makes sense to keep this issue/reminder open for now.

@tylerjereddy
Copy link
Contributor Author

I think we're all green now after gh-19426

@tylerjereddy tylerjereddy added this to the 1.12.0 milestone Oct 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Items related to the CI tools such as CircleCI, GitHub Actions or Azure maintenance Items related to regular maintenance tasks
Projects
None yet
Development

No branches or pull requests

2 participants