Skip to content

Commit 8f72fd1

Browse files
committed
Activate the env so before trying to install the packages
1 parent ec75227 commit 8f72fd1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ jobs:
3939
sccache --show-adv-stats;
4040
# Need Python 3.11 for the buffer protocol in the limited API
4141
export PYTHON_VERSION="3.11"
42-
clone-all -j$(nproc) -v -q --clone-upstream --single-branch --shallow-submodules;
42+
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
4345
# The latest version of this branch includes both my patches (required
4446
# for RAPIDS Cython usage to work) and upstream patches required for
4547
# Cython itself to work under the limited API.

0 commit comments

Comments
 (0)