We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28c027e commit 5fae258Copy full SHA for 5fae258
.github/workflows/ci.yaml
@@ -247,7 +247,6 @@ jobs:
247
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))]))
248
249
test-thirdparty-nvmath:
250
- if: ${{ github.ref_name == 'main' }}
251
needs:
252
- build-linux-64
253
- compute-matrix
0 commit comments