Skip to content

Commit a763297

Browse files
Target main branch for RAPIDS repos (#85)
Closes #84
1 parent fdbba14 commit a763297

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cron.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
dask-tests:
3232
needs: setup
3333
secrets: inherit
34-
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.12
34+
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@main
3535
with:
3636
# This selects "ARCH=amd64 + the latest supported Python + CUDA".
3737
# Pinned to 3.12 until all dependencies have wheels. Waiting for

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ DASK_BRANCH=${DASK_BRANCH:-main}
99
RAPIDS_PY_CUDA_SUFFIX=$(echo "cu${RAPIDS_CUDA_VERSION:-12.15.1}" | cut -d '.' -f 1)
1010

1111
# Controls which branch of rapids libraries give us the tests.
12-
export RAPIDS_BRANCH="branch-25.12"
12+
export RAPIDS_BRANCH="main"
1313
export RAPIDS_VERSION_RANGE=">=25.12.0a0,<26.0.0a0"
1414

1515

0 commit comments

Comments
 (0)