We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e1211a commit 60a6990Copy full SHA for 60a6990
.github/workflows/build.yaml
@@ -71,6 +71,8 @@ jobs:
71
secrets: inherit
72
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
73
with:
74
+ # build for every combination of arch and CUDA version, but only for the latest Python version
75
+ matrix_filter: group_by([.ARCH, (.CUDA_VER|split(".")|map(tonumber)|.[0])]) | map(max_by(.PY_VER|split(".")|map(tonumber)))
76
build_type: ${{ inputs.build_type || 'branch' }}
77
branch: ${{ inputs.branch }}
78
sha: ${{ inputs.sha }}
0 commit comments