We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1510ff8 commit 18498daCopy full SHA for 18498da
1 file changed
.github/workflows/ci.yml
@@ -70,7 +70,7 @@ jobs:
70
build-type: pull-request
71
host-platform: ${{ matrix.host-platform }}
72
build-ctk-ver: ${{ needs.ci-vars.outputs.CUDA_BUILD_VER }}
73
- matrix_filter: ".[] | select(([.CUDA_VER // empty | split(\".\")[] | tonumber] as $v | ($v[0] < 13)))"
+ matrix_filter: "map(select([.CUDA_VER // empty | split(\".\")[] | tonumber] as $v | ($v[0] < 13)))"
74
75
test-windows:
76
strategy:
@@ -91,7 +91,7 @@ jobs:
91
92
93
94
95
96
# doc:
97
# name: Docs
0 commit comments