Skip to content

Commit a9c7b74

Browse files
committed
OK forget it
1 parent 9e8136d commit a9c7b74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313

1414
jobs:
1515
test:
16-
name: Python ${{ matrix.python-version }} on ${{ matrix.os }}${{ matrix.numpy != 'numpy' && ' with ' + matrix.numpy || '' }}
16+
name: Python ${{ matrix.python-version }} on ${{ matrix.os }} with ${{ matrix.numpy }}
1717
strategy:
1818
matrix:
1919
os: [windows-latest, ubuntu-latest, macos-latest]

0 commit comments

Comments
 (0)