File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7070 build-type : pull-request
7171 host-platform : ${{ matrix.host-platform }}
7272 build-ctk-ver : ${{ needs.ci-vars.outputs.CUDA_BUILD_VER }}
73- matrix_filter : " .[] | select( ([.CUDA_VER // empty | split(\" .\" )[] | tonumber] as $v | ($v[0] < 13)))"
73+ matrix_filter : " map(select ([.CUDA_VER // empty | split(\" .\" )[] | tonumber] as $v | ($v[0] < 13)))"
7474
7575 test-windows :
7676 strategy :
9191 build-type : pull-request
9292 host-platform : ${{ matrix.host-platform }}
9393 build-ctk-ver : ${{ needs.ci-vars.outputs.CUDA_BUILD_VER }}
94- matrix_filter : " .[] | select( ([.CUDA_VER // empty | split(\" .\" )[] | tonumber] as $v | ($v[0] < 13)))"
94+ matrix_filter : " map(select ([.CUDA_VER // empty | split(\" .\" )[] | tonumber] as $v | ($v[0] < 13)))"
9595
9696# doc:
9797# name: Docs
You can’t perform that action at this time.
0 commit comments