Skip to content

Commit 4304208

Browse files
authored
chore: set remaining workflows to python3.13 (#1480)
Contributes to rapidsai/build-planning#120 Now that `cudf` is merged, moving the test workflows that require `cudf` to also build on the `python-3.13` shared-workflows branch. Authors: - Gil Forsyth (https://github.com/gforsyth) Approvers: - James Lamb (https://github.com/jameslamb) URL: #1480
1 parent a9170a1 commit 4304208

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
conda-python-tests:
5050
needs: conda-python-build
5151
secrets: inherit
52-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.06
52+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@python-3.13
5353
with:
5454
build_type: pull-request
5555
docs-build:
@@ -78,7 +78,7 @@ jobs:
7878
wheel-tests:
7979
needs: wheel-build
8080
secrets: inherit
81-
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.06
81+
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@python-3.13
8282
with:
8383
build_type: pull-request
8484
script: "ci/test_wheel.sh"

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ on:
1919
jobs:
2020
conda-python-tests:
2121
secrets: inherit
22-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.06
22+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@python-3.13
2323
with:
2424
build_type: ${{ inputs.build_type }}
2525
branch: ${{ inputs.branch }}
2626
date: ${{ inputs.date }}
2727
sha: ${{ inputs.sha }}
2828
wheel-tests:
2929
secrets: inherit
30-
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.06
30+
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@python-3.13
3131
with:
3232
build_type: ${{ inputs.build_type }}
3333
branch: ${{ inputs.branch }}

0 commit comments

Comments
 (0)