Skip to content

Commit

Permalink
Repoint the raft branch
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Apr 26, 2024
1 parent 33393c1 commit 682e09a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-all-rapids-repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand Down

0 comments on commit 682e09a

Please sign in to comment.