Skip to content

Commit

Permalink
Try another variant
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrnr committed Nov 26, 2024
1 parent f804e78 commit 1f91640
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 1f91640

Please sign in to comment.