Skip to content

Commit

Permalink
Update .github/workflows/build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb authored Jan 24, 2025
1 parent 53aca17 commit 15470a9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ jobs:
date: ${{ inputs.date }}
package-name: libcuspatial
package-type: cpp
# build for every combination of arch and CUDA version, but only for the latest Python
matrix_filter: group_by([.ARCH, (.CUDA_VER|split(".")|map(tonumber)|.[0])]) | map(max_by(.PY_VER|split(".")|map(tonumber)))
wheel-build-cuspatial:
needs: wheel-build-libcuspatial
secrets: inherit
Expand Down

0 comments on commit 15470a9

Please sign in to comment.