File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 49
49
conda-python-tests :
50
50
needs : conda-python-build
51
51
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
53
53
with :
54
54
build_type : pull-request
55
55
docs-build :
78
78
wheel-tests :
79
79
needs : wheel-build
80
80
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
82
82
with :
83
83
build_type : pull-request
84
84
script : " ci/test_wheel.sh"
Original file line number Diff line number Diff line change 19
19
jobs :
20
20
conda-python-tests :
21
21
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
23
23
with :
24
24
build_type : ${{ inputs.build_type }}
25
25
branch : ${{ inputs.branch }}
26
26
date : ${{ inputs.date }}
27
27
sha : ${{ inputs.sha }}
28
28
wheel-tests :
29
29
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
31
31
with :
32
32
build_type : ${{ inputs.build_type }}
33
33
branch : ${{ inputs.branch }}
You can’t perform that action at this time.
0 commit comments