diff --git a/.github/workflows/build-all-rapids-repos.yml b/.github/workflows/build-all-rapids-repos.yml index c9cca600..af0bb852 100644 --- a/.github/workflows/build-all-rapids-repos.yml +++ b/.github/workflows/build-all-rapids-repos.yml @@ -55,6 +55,11 @@ jobs: git -C ~/rmm fetch vyasr git -C ~/rmm checkout feat/py_limited_api_compat + # Point to the raft branch with the fixes + git -C ~/raft remote add vyasr https://github.com/vyasr/raft.git + git -C ~/raft fetch vyasr + git -C ~/raft checkout feat/py_limited_api_compat + build-all \ -v \ -j$(nproc --ignore=1) \