-
-
Notifications
You must be signed in to change notification settings - Fork 27
BLD/RLS: fix aarch64 wheel building #352
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
Conversation
Seems to be a similar failures as microsoft/vcpkg#36094 |
With the patch applied, the wheel building now succeeds. But, now there is another error when running the tests on Circle CI itself (https://app.circleci.com/pipelines/github/geopandas/pyogrio/212/workflows/286ba63b-997f-4bfa-8784-626c1a10886e/jobs/105):
Nothing should be changed here, so not fully sure why this is now failing .. |
Keeping pytest<8 (the one thing I noticed was different with the last succeeding build on main) seems to have fixed it .. |
The Windows failure should be fixed by upgrading cibuildwheel in #359 |
Going to merge this as the aarch64 wheel building is passing now |
Thanks @jorisvandenbossche ! |
No description provided.