We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 074a6ca commit 3184316Copy full SHA for 3184316
1 file changed
.github/workflows/test-wheel-linux.yml
@@ -67,7 +67,7 @@ jobs:
67
echo "OLD_BRANCH=${OLD_BRANCH}" >> "$GITHUB_OUTPUT"
68
69
test:
70
- name: py${{ matrix.PY_VER }}, ${{ matrix.CUDA_VER }}, ${{ (matrix.LOCAL_CTK == '1' && 'local') || 'wheels' }}, ${{ matrix.GPU }}
+ name: py${{ matrix.PY_VER }}, ${{ matrix.CUDA_VER }}, ${{ (matrix.LOCAL_CTK == '1' && 'local') || 'wheels' }}, ${{ matrix.GPU }}${{ matrix.GPU_COUNT != '1' && format('(x{0})', matrix.GPU_COUNT) || '' }}
71
needs: compute-matrix
72
strategy:
73
fail-fast: false
0 commit comments