File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ concurrency:
2929jobs :
3030 conda-python-build :
3131 secrets : inherit
32- uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-24.10
32+ uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.02
3333 with :
3434 build_type : ${{ inputs.build_type || 'branch' }}
3535 branch : ${{ inputs.branch }}
@@ -40,15 +40,15 @@ jobs:
4040 upload-conda :
4141 needs : conda-python-build
4242 secrets : inherit
43- uses : rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-24.10
43+ uses : rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-25.02
4444 with :
4545 build_type : ${{ inputs.build_type || 'branch' }}
4646 branch : ${{ inputs.branch }}
4747 date : ${{ inputs.date }}
4848 sha : ${{ inputs.sha }}
4949 wheel-build :
5050 secrets : inherit
51- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.10
51+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.02
5252 with :
5353 build_type : ${{ inputs.build_type || 'branch' }}
5454 branch : ${{ inputs.branch }}
6060 wheel-publish :
6161 needs : wheel-build
6262 secrets : inherit
63- uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-24.10
63+ uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.02
6464 with :
6565 build_type : ${{ inputs.build_type || 'branch' }}
6666 branch : ${{ inputs.branch }}
Original file line number Diff line number Diff line change @@ -18,30 +18,30 @@ jobs:
1818 - wheel-build
1919 - wheel-tests
2020 secrets : inherit
21- uses : rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-24.10
21+ uses : rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-25.02
2222 checks :
2323 secrets : inherit
24- uses : rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-24.10
24+ uses : rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-25.02
2525 conda-python-build :
2626 needs : checks
2727 secrets : inherit
28- uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-24.10
28+ uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.02
2929 with :
3030 build_type : pull-request
3131 # This selects "ARCH=amd64 + the latest supported Python + CUDA".
3232 matrix_filter : map(select(.ARCH == "amd64")) | max_by([(.PY_VER|split(".")|map(tonumber)), (.CUDA_VER|split(".")|map(tonumber))]) | [.]
3333 conda-python-tests :
3434 needs : conda-python-build
3535 secrets : inherit
36- uses : rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-24.10
36+ uses : rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.02
3737 with :
3838 build_type : pull-request
3939 # This selects "ARCH=amd64 + the latest supported Python + CUDA".
4040 matrix_filter : map(select(.ARCH == "amd64")) | max_by([(.PY_VER|split(".")|map(tonumber)), (.CUDA_VER|split(".")|map(tonumber))]) | [.]
4141 wheel-build :
4242 needs : checks
4343 secrets : inherit
44- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.10
44+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.02
4545 with :
4646 build_type : pull-request
4747 # This selects the latest supported Python + CUDA
5050 wheel-tests :
5151 needs : wheel-build
5252 secrets : inherit
53- uses : rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-24.10
53+ uses : rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.02
5454 with :
5555 build_type : pull-request
5656 # This selects the latest supported Python + CUDA
You can’t perform that action at this time.
0 commit comments