-
-
Notifications
You must be signed in to change notification settings - Fork 727
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
Update nightly recipes with CLI tests, dependency changes #7201
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Charles! 🙏
Had a few questions below
Co-authored-by: jakirkham <jakirkham@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @charlesbluca!
Unit Test ResultsSee test report for an extended history of previous test failures. This is useful for diagnosing flaky tests. 15 files ±0 15 suites ±0 6h 35m 47s ⏱️ + 29m 18s For more details on these failures, see this check. Results for commit 948aa3e. ± Comparison against base commit 5dccad4. |
There are some other CI failures, but not related to the changes here. Only the Conda changes are relevant (and that specific CI job passes). Going to go ahead and merge. Can revisit if we missed something. Thanks all! 🙏 |
Follows up on dask/dask#9600 by adding the relevant CLI tests to the
distributed
anddask
nightly recipes, as well as making some changes to dependency pinnings so that they are consistent with the conda-forge recipes.pre-commit run --all-files