Skip to content

Commit 286976d

Browse files
authored
Update to branch-25.04 (#7)
Minor tweak to update from `branch-25.02` to `branch-25.04`.
1 parent 8e3506b commit 286976d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cron.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Based off https://github.com/rapidsai/cudf/blob/branch-25.02/.github/workflows/pandas-tests.yaml
1+
# Based off https://github.com/rapidsai/cudf/blob/branch-25.04/.github/workflows/pandas-tests.yaml
22
name: Test dask-upstream
33

44
on:
@@ -28,7 +28,7 @@ jobs:
2828
needs: setup
2929
# run the Dask and Distributed unit tests
3030
secrets: inherit
31-
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.02
31+
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.04
3232
with:
3333
# This selects "ARCH=amd64 + the latest supported Python + CUDA".
3434
matrix_filter: map(select(.ARCH == "amd64")) | group_by(.CUDA_VER|split(".")|map(tonumber)|.[0]) | map(max_by([(.PY_VER|split(".")|map(tonumber)), (.CUDA_VER|split(".")|map(tonumber))]))

0 commit comments

Comments
 (0)