Skip to content

Commit fa54da6

Browse files
committed
ci: use branch-25.06 without py313 for wheel and conda testing
1 parent de3d5c7 commit fa54da6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/pr.yaml

+2-2
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@python-3.13
52+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.06
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@python-3.13
81+
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.06
8282
with:
8383
build_type: pull-request
8484
script: "ci/test_wheel.sh"

.github/workflows/test.yaml

+2-2
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@python-3.13
22+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.06
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@python-3.13
30+
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.06
3131
with:
3232
build_type: ${{ inputs.build_type }}
3333
branch: ${{ inputs.branch }}

0 commit comments

Comments
 (0)