Fix render of matrix arch for system conda tests (#10914)

This commit is contained in:
Zanie Blue 2025-01-23 15:31:59 -06:00 committed by GitHub
parent fd5131cb7c
commit 10654cb8c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1875,7 +1875,7 @@ jobs:
build-binary-macos-aarch64,
build-binary-linux-libc,
]
name: check system | conda${{ matrix.python-version }} on ${{ matrix.os }} {{ matrix.arch }}
name: check system | conda${{ matrix.python-version }} on ${{ matrix.os }} ${{ matrix.arch }}
runs-on: ${{ matrix.runner }}
strategy:
fail-fast: false