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 8f72fd1 commit 24eb33dCopy full SHA for 24eb33d
.github/workflows/build-all-rapids-repos.yml
@@ -50,6 +50,11 @@ jobs:
50
# Need to install my branch of scikit-build-core for the way I'm specifying CMAKE_CXX_FLAGS via CMAKE_ARGS to work
51
python -m pip install git+https://github.com/vyasr/scikit-build-core.git@fix/cmake_args_quoted_spaces
52
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
+
58
build-all \
59
-v \
60
-j$(nproc --ignore=1) \
0 commit comments