Skip to content

Use nightly pandas builds again #13

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

Closed
honno opened this issue Sep 14, 2022 · 1 comment
Closed

Use nightly pandas builds again #13

honno opened this issue Sep 14, 2022 · 1 comment

Comments

@honno
Copy link
Member

honno commented Sep 14, 2022

Until #11 we were happily using nightly builds from here, but I was facing some unexpected problems in terms of what pandas versions where actually being installed (even on clean environments). So I just build pandas from source on CI for now, but that's awfully slow and so makes CI not particularly ergonomic. I need to investigate if I'm doing something wrong or can find a hacky solution (can get a main-branch pandas with --pre, but that wasn't interacting nicely with --no-deps/--ignore-installed).

@honno
Copy link
Member Author

honno commented Sep 29, 2022

Fortunately pandas had its 1.5 release recently, which includes all the recent changes to pandas.api.interchange that our tests/wrappers.py assumed. The workflow has been updated in #14.

It would still be ideal to get nightly builds working again to catch errors. I had another look at the aforementioned nightly builds to no success, so need to have another go at some point—if there's an issue with the packaging, I need to raise an issue or email someone heh.

@honno honno closed this as completed Mar 29, 2023
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

No branches or pull requests

1 participant