-
Notifications
You must be signed in to change notification settings - Fork 94
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
Pin max dask
& distributed
versions
#686
Conversation
rerun tests |
1 similar comment
rerun tests |
The failure is because CI still installs Dask/Distributed main branch, and there's now some changes in Distributed on UCX variable name changing that need to be resolved in Dask-CUDA. I opened #687 to avoid installing Dask from main branch and will revert that in 21.10 after that PR is merged. |
rerun tests |
#687 is in, rerunning tests now. |
rerun tests |
Codecov Report
@@ Coverage Diff @@
## branch-21.08 #686 +/- ##
=================================================
+ Coverage 60.19% 90.10% +29.90%
=================================================
Files 21 15 -6
Lines 2618 1657 -961
=================================================
- Hits 1576 1493 -83
+ Misses 1042 164 -878
Continue to review full report at Codecov.
|
@gpucibot merge |
Changes to be in-line with: rapidsai/cudf#8859