Skip to content

CI: Always install pandas in non-editable mode in CI #62110

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mroeschke
Copy link
Member

May be needed to avoid the jinja2 errors in CI in #62086, xref mesonbuild/meson-python#716

@mroeschke mroeschke self-assigned this Aug 14, 2025
@mroeschke mroeschke added the CI Continuous Integration label Aug 14, 2025
@mroeschke mroeschke removed their assignment Aug 14, 2025
@jorisvandenbossche
Copy link
Member

While I think it is a good idea in general to not use editable installs in CI (because normal installs is what the typical user uses as well), we should not do that just because to get rid of this error, we should still fix that issue as well .. Because anyone developing with an editable install will still run into this (and so it would maybe be good to keep one CI build as editable just to ensure there is some coverage for this configuration)

(I have been having this issue the last months constantly, because for some reason I don't remember anymore I needed a more recent meson, but so it is quite annoying ;))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants