Skip to content

Commit 1e8b74d

Browse files
committed
Stop cloning merged and deleted SKBC branch
1 parent c9791a4 commit 1e8b74d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ jobs:
5353
# Cython itself to work under the limited API.
5454
export NO_CYTHON_COMPILE=true
5555
python -m pip install git+https://github.com/cython/cython.git@limited-api-preview
56-
# Need to install my branch of scikit-build-core for the way I'm specifying CMAKE_CXX_FLAGS via CMAKE_ARGS to work
57-
python -m pip install git+https://github.com/vyasr/scikit-build-core.git@fix/cmake_args_quoted_spaces
5856
5957
build-all \
6058
-v \

0 commit comments

Comments
 (0)