Skip to content

Commit

Permalink
Improve name
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrnr committed Nov 26, 2024
1 parent 9e234ea commit 781690d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:

jobs:
test:
name: Python ${{ matrix.python-version }} on ${{ matrix.os }} with ${{ matrix.numpy }}
name: Python ${{ matrix.python-version }} on ${{ matrix.os }}${{ matrix.numpy != 'numpy' ? ' with ' + matrix.numpy : '' }}
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
Expand Down

0 comments on commit 781690d

Please sign in to comment.