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 ec75227 commit 8f72fd1Copy full SHA for 8f72fd1
.github/workflows/build-all-rapids-repos.yml
@@ -39,7 +39,9 @@ jobs:
39
sccache --show-adv-stats;
40
# Need Python 3.11 for the buffer protocol in the limited API
41
export PYTHON_VERSION="3.11"
42
- clone-all -j$(nproc) -v -q --clone-upstream --single-branch --shallow-submodules;
+ clone-all -j$(nproc) -v -q --clone-upstream --single-branch --shallow-submodules --no-update-env;
43
+ rapids-generate-scripts
44
+ . rapids-make-${PYTHON_PACKAGE_MANAGER}-env
45
# The latest version of this branch includes both my patches (required
46
# for RAPIDS Cython usage to work) and upstream patches required for
47
# Cython itself to work under the limited API.
0 commit comments