Skip to content

Commit 88cacba

Browse files
Update .github/workflows/build.yaml
Co-authored-by: James Lamb <[email protected]>
1 parent bf7af1d commit 88cacba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171
secrets: inherit
7272
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
7373
with:
74+
# build for every combination of arch and CUDA version, but only for the latest Python
7475
matrix_filter: group_by([.ARCH, (.CUDA_VER|split(".")|map(tonumber)|.[0])]) | map(max_by(.PY_VER|split(".")|map(tonumber)))
7576
build_type: ${{ inputs.build_type || 'branch' }}
7677
branch: ${{ inputs.branch }}

0 commit comments

Comments
 (0)