Skip to content

Commit 802fd3a

Browse files
committed
Revert
1 parent 25b75c1 commit 802fd3a

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)