Skip to content

Commit 7748ef6

Browse files
committed
Rename test-thirdparty to test-thirdparty-cudf
1 parent cb1978f commit 7748ef6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pr.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- test-wheels-windows
3232
- test-wheels
3333
- test-wheels-deps-wheels
34-
- test-thirdparty
34+
- test-thirdparty-cudf
3535
- build-docs
3636
- coverage-report
3737
secrets: inherit
@@ -127,14 +127,14 @@ jobs:
127127
script: "ci/test_wheel_deps_wheels.sh"
128128
matrix: ${{ needs.compute-matrix.outputs.TEST_MATRIX }}
129129
matrix_filter: map(select(.ARCH == "amd64" and (.CUDA_VER | split(".") | .[0] | tonumber >= 12))) | group_by(.CUDA_VER|split(".")|map(tonumber)|.[0]) | map(max_by([(.PY_VER|split(".")|map(tonumber)), (.CUDA_VER|split(".")|map(tonumber))]))
130-
test-thirdparty:
130+
test-thirdparty-cudf:
131131
needs:
132132
- build-wheels
133133
- compute-matrix
134134
uses: ./.github/workflows/wheels-test.yaml
135135
with:
136136
build_type: pull-request
137-
script: "ci/test_thirdparty.sh"
137+
script: "ci/test_thirdparty_cudf.sh"
138138
matrix: ${{ needs.compute-matrix.outputs.TEST_MATRIX }}
139139
# TODO: Enable for CUDA 13 when a supporting version of cuDF is available
140140
matrix_filter: map(select(.ARCH == "amd64" and (.CUDA_VER | split(".") | .[0] | tonumber == 12))) | group_by(.CUDA_VER|split(".")|map(tonumber)|.[0]) | map(max_by([(.PY_VER|split(".")|map(tonumber)), (.CUDA_VER|split(".")|map(tonumber))]))
File renamed without changes.

0 commit comments

Comments
 (0)