File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ DASK_BRANCH=${DASK_BRANCH:-main}
99RAPIDS_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 "
1313export RAPIDS_VERSION_RANGE=" >=25.12.0a0,<26.0.0a0"
1414
1515
You can’t perform that action at this time.
0 commit comments