Skip to content

Commit

Permalink
just run Python 3.12 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Dec 6, 2024
1 parent 695f627 commit 486bf96
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,9 @@ jobs:
with:
build_type: pull-request
script: ci/build_wheel_pylibcugraph.sh
# build for every combination of arch and CUDA version, but only for the latest Python
# TODO: remove this before merging
matrix_filter: group_by([.ARCH, (.CUDA_VER|split(".")|map(tonumber)|.[0])]) | map(max_by(.PY_VER|split(".")|map(tonumber)))
# wheel-tests-pylibcugraph:
# needs: [wheel-build-pylibcugraph, changed-files]
# secrets: inherit
Expand All @@ -168,6 +171,9 @@ jobs:
with:
build_type: pull-request
script: ci/build_wheel_cugraph.sh
# build for every combination of arch and CUDA version, but only for the latest Python
# TODO: remove this before merging
matrix_filter: group_by([.ARCH, (.CUDA_VER|split(".")|map(tonumber)|.[0])]) | map(max_by(.PY_VER|split(".")|map(tonumber)))
wheel-tests-cugraph:
needs: [wheel-build-cugraph, changed-files]
secrets: inherit
Expand Down

0 comments on commit 486bf96

Please sign in to comment.