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 c9791a4 commit 1e8b74dCopy full SHA for 1e8b74d
.github/workflows/build-all-rapids-repos.yml
@@ -53,8 +53,6 @@ jobs:
53
# Cython itself to work under the limited API.
54
export NO_CYTHON_COMPILE=true
55
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
58
59
build-all \
60
-v \
0 commit comments