Skip to content

Commit

Permalink
improve job name
Browse files Browse the repository at this point in the history
  • Loading branch information
nosracd committed Jul 31, 2024
1 parent 7f92cd9 commit c783f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
unix:
name: Build wheels on ${{ matrix.os }}
name: ${{ matrix.os }} | ${{ matrix.arch }} | ${{ matrix.python }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down

0 comments on commit c783f9e

Please sign in to comment.