From 10654cb8c20d97a6009fc66c8c2ece6ab6bb2149 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Thu, 23 Jan 2025 15:31:59 -0600 Subject: [PATCH] Fix render of matrix arch for system conda tests (#10914) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db686de78..fe3289492 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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