-
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
Ensure tests run for Python 3.10
#1080
Conversation
Previously we had disabled `cucim` testing for Python `3.10` because the tests depended on `3.10` packages of `cudf`, which weren't previously available. Now that `3.10` packages of `cudf` are available, we can enable `3.10` testing for `cucim`.
/merge |
It looks like this is failing because there aren't 3.10 builds of
|
I will open that PR now. |
This PR updates `ucx-py` to build against branch [cuda-118](https://github.com/rapidsai/shared-action-workflows/compare/cuda-118) of the `shared-action-workflow` repository. That branch contains updates for CUDA `11.8` and Python `3.10` packages. It also includes some minor file renames. This PR will unblock the following PRs: - rapidsai/raft#1120 - rapidsai/dask-cuda#1080 Authors: - AJ Schmidt (https://github.com/ajschmidt8) Approvers: - Ray Douglass (https://github.com/raydouglass) - Peter Andreas Entschev (https://github.com/pentschev) URL: #916
Codecov ReportBase: 87.04% // Head: 87.04% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## branch-23.02 #1080 +/- ##
=============================================
Coverage 87.04% 87.04%
=============================================
Files 18 18
Lines 2300 2300
=============================================
Hits 2002 2002
Misses 298 298 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
This PR needs rapidsai/cucim#480 published before it will pass. |
this PR needs #1086 to fix the current CI failures. |
Previously we had disabled
cucim
testing for Python3.10
because the tests depended on3.10
packages ofcudf
, which weren't previously available.Now that
3.10
packages ofcudf
are available, we can enable3.10
testing forcucim
.