We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac90fd4 commit f53f7b9Copy full SHA for f53f7b9
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
matrix: ${{ steps.set-matrix.outputs.matrix }}
18
19
test_implementations:
20
- name: ${{ matrix.platform }} ${{ matrix.python-version }}
+ name: ${{ matrix.implementation }}-${{ matrix.platform }}-py${{ matrix.python-version }}-${ {matrix.zarr-python }}
21
runs-on: ${{ matrix.platform }}
22
needs: get_implementations
23
0 commit comments