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 c3cef70 commit 1510ff8Copy full SHA for 1510ff8
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: ".[] | 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