Skip to content

Commit 24eb33d

Browse files
committed
Point to a branch of rmm with fixes for the limited API
1 parent 8f72fd1 commit 24eb33d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ jobs:
5050
# Need to install my branch of scikit-build-core for the way I'm specifying CMAKE_CXX_FLAGS via CMAKE_ARGS to work
5151
python -m pip install git+https://github.com/vyasr/scikit-build-core.git@fix/cmake_args_quoted_spaces
5252
53+
# Point to the rmm branch with the fixes
54+
git -C ~/rmm remote add vyasr https://github.com/vyasr/rmm.git
55+
git -C ~/rmm fetch vyasr
56+
git -C ~/rmm checkout feat/py_limited_api_compat
57+
5358
build-all \
5459
-v \
5560
-j$(nproc --ignore=1) \

0 commit comments

Comments
 (0)