Skip to content

Commit f5e89c7

Browse files
committed
Add impl to matrix name
1 parent ac90fd4 commit f5e89c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix: ${{ steps.set-matrix.outputs.matrix }}
1818

1919
test_implementations:
20-
name: ${{ matrix.platform }} ${{ matrix.python-version }}
20+
name: ${{ matrix.implementation }}-${{ matrix.platform }}-py${{ matrix.python-version }}-${{ matrix.zarr-python }}
2121
runs-on: ${{ matrix.platform }}
2222
needs: get_implementations
2323

0 commit comments

Comments
 (0)