Skip to content

Commit

Permalink
Fixed libraries naming
Browse files Browse the repository at this point in the history
  • Loading branch information
VenkateshJaya committed Feb 26, 2025
1 parent 4c8ae1a commit 9564ef8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ jobs:
matrix_filter: map(select(.ARCH == "amd64")) | group_by(.CUDA_VER|split(".")|map(tonumber)|.[0]) | map(max_by([(.PY_VER|split(".")|map(tonumber)), (.CUDA_VER|split(".")|map(tonumber))]))
build_type: pull-request
script: "ci/build_wheel_cudf_polars.sh"
wheel_name: "cudf-polars"
wheel_name: "cudf_polars"
wheel_type: "python"
pure_wheel: true
wheel-tests-cudf-polars:
Expand Down Expand Up @@ -289,7 +289,7 @@ jobs:
matrix_filter: map(select(.ARCH == "amd64")) | group_by(.CUDA_VER|split(".")|map(tonumber)|.[0]) | map(max_by([(.PY_VER|split(".")|map(tonumber)), (.CUDA_VER|split(".")|map(tonumber))]))
build_type: pull-request
script: "ci/build_wheel_dask_cudf.sh"
wheel_name: "dask-cudf"
wheel_name: "dask_cudf"
wheel_type: "python"
pure_wheel: true
wheel-tests-dask-cudf:
Expand Down

0 comments on commit 9564ef8

Please sign in to comment.