Skip to content

Commit 682e09a

Browse files
committed
Repoint the raft branch
1 parent 33393c1 commit 682e09a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-all-rapids-repos.yml

+5
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ jobs:
5555
git -C ~/rmm fetch vyasr
5656
git -C ~/rmm checkout feat/py_limited_api_compat
5757
58+
# Point to the raft branch with the fixes
59+
git -C ~/raft remote add vyasr https://github.com/vyasr/raft.git
60+
git -C ~/raft fetch vyasr
61+
git -C ~/raft checkout feat/py_limited_api_compat
62+
5863
build-all \
5964
-v \
6065
-j$(nproc --ignore=1) \

0 commit comments

Comments
 (0)