We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06e3eac commit fa92cb2Copy full SHA for fa92cb2
.github/workflows/pr.yaml
@@ -141,6 +141,7 @@ jobs:
141
# TODO: Enable for CUDA 13 when a supporting version of cuDF is available
142
matrix_filter: map(select(.ARCH == "amd64" and (.CUDA_VER | split(".") | .[0] | tonumber == 12))) | group_by(.CUDA_VER|split(".")|map(tonumber)|.[0]) | map(max_by([(.PY_VER|split(".")|map(tonumber)), (.CUDA_VER|split(".")|map(tonumber))]))
143
test-thirdparty-nvmath:
144
+ if: ${{ github.ref_name == 'main' }}
145
needs:
146
- build-wheels
147
- compute-matrix
0 commit comments