mirror of https://github.com/astral-sh/uv
Fix render of matrix arch for system conda tests (#10914)
This commit is contained in:
parent
fd5131cb7c
commit
10654cb8c2
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue