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

mindeps CI environment includes numpy and pandas #8640

Open
hendrikmakait opened this issue May 7, 2024 · 0 comments
Open

mindeps CI environment includes numpy and pandas #8640

hendrikmakait opened this issue May 7, 2024 · 0 comments
Labels
bug Something is broken tests Unit tests and/or continuous integration

Comments

@hendrikmakait
Copy link
Member

From what I understand, the mindeps CI environment is not supposed to include numpy or pandas, that's what mindeps-numpy and mindeps-pandas are for, respectively. They still get installed though:

numpy: https://github.com/dask/distributed/actions/runs/8982581212/job/24670508020#step:12:90
pandas: https://github.com/dask/distributed/actions/runs/8982581212/job/24670508020#step:12:94

We should figure out why they get installed in the first place and remove them to make sure that our CI covers what we're interested in.

@hendrikmakait hendrikmakait added bug Something is broken tests Unit tests and/or continuous integration labels May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is broken tests Unit tests and/or continuous integration
Projects
None yet
Development

No branches or pull requests

1 participant