Disable install Dask master in CI - #645
Conversation
|
This will require a manual merge once CI is complete. |
|
@pentschev, can you elaborate on the |
|
I thought the build failure was about the Numba version, because the rest of RAPIDS now pins Numba>=0.53.1: With the above said, I'm not 100% certain this is the (only) issue. |
|
The Numba error is now gone (or not even reached), but there's this one now: This looks like a CI issue, could you check @ajschmidt8 ? |
|
@pentschev, I'm seeing this error message hidden in the log text. Can you take a look? |
|
@galipremsagar would you be able to look at the issue AJ shared above? 🙂 |
Wait a second, I'm confused now. What's this build doing exactly? This error is because we're picking Dask 2021.06.0, which is exactly what I'm trying to prevent with this PR. AFAIK, 21.06 should pin to Dask 2021.05.1. |
|
@jakirkham I think Prem is good, the problem is that we're picking Dask 2021.06.0, which is not what RAPIDS should be pinning to. |
jakirkham
left a comment
There was a problem hiding this comment.
If this is related to getting the newer dask + distributed versions, we likely need to constrain them
That sounds like it could be the problem. @pentschev, thoughts? Can you try updating your PR to include this? EDIT--- |
Codecov Report
@@ Coverage Diff @@
## branch-21.06 #645 +/- ##
===============================================
Coverage ? 90.56%
===============================================
Files ? 15
Lines ? 1622
Branches ? 0
===============================================
Hits ? 1469
Misses ? 153
Partials ? 0 Continue to review full report at Codecov.
|
|
For some reason, the test that failed is supposed to be skipped in CUDA < 11.2 but it ran anyway on the 11.0 build. I'm rerunning the tests and trying to reproduce locally in the meantime. |
|
rerun tests |
|
It's encouraging to see the other failures went away though :) |
|
The condition was wrong, I think the latest commit will fix the issue. |
|
Everything passes now! @ajschmidt8 could you merge this? |
|
CI is passing. Versions match the integration repo. merging to |

No description provided.