Skip to content

Commit

Permalink
Add impl to matrix name
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmoore committed Oct 12, 2022
1 parent ac90fd4 commit f5e89c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix: ${{ steps.set-matrix.outputs.matrix }}

test_implementations:
name: ${{ matrix.platform }} ${{ matrix.python-version }}
name: ${{ matrix.implementation }}-${{ matrix.platform }}-py${{ matrix.python-version }}-${{ matrix.zarr-python }}
runs-on: ${{ matrix.platform }}
needs: get_implementations

Expand Down

0 comments on commit f5e89c7

Please sign in to comment.