Skip to content

Commit 3184316

Browse files
committed
Add notes about GPU_COUNT and column alignment
1 parent 074a6ca commit 3184316

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-wheel-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
echo "OLD_BRANCH=${OLD_BRANCH}" >> "$GITHUB_OUTPUT"
6868
6969
test:
70-
name: py${{ matrix.PY_VER }}, ${{ matrix.CUDA_VER }}, ${{ (matrix.LOCAL_CTK == '1' && 'local') || 'wheels' }}, ${{ matrix.GPU }}
70+
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) || '' }}
7171
needs: compute-matrix
7272
strategy:
7373
fail-fast: false

0 commit comments

Comments
 (0)