We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33393c1 commit 682e09aCopy full SHA for 682e09a
.github/workflows/build-all-rapids-repos.yml
@@ -55,6 +55,11 @@ jobs:
55
git -C ~/rmm fetch vyasr
56
git -C ~/rmm checkout feat/py_limited_api_compat
57
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
+
63
build-all \
64
-v \
65
-j$(nproc --ignore=1) \
0 commit comments