File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
22name : Test dask-upstream
33
44on :
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))]))
You can’t perform that action at this time.
0 commit comments