rapidsai / dask-build-environment

Build environments for various dask related projects on gpuCI
4 stars 11 forks source link

Update gpuCI `RAPIDS_VER` to `22.10` #43

Closed github-actions[bot] closed 2 years ago

github-actions[bot] commented 2 years ago

New cuDF and ucx-py nightly versions have been detected.

Updated dask.yaml and run.sh to use RAPIDS_VER=22.10 and UCX_PY_VER=0.29.

charlesbluca commented 2 years ago

Looks like the issue here is that UCX-Py nightlies are available before RAPIDS nightlies, but there was a typo in the auto-updating workflow such that we weren't actually checking if the RAPIDS version was being updated before opening a PR; should be resolved in #44