We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3a5498 commit 25b75c1Copy full SHA for 25b75c1
.github/workflows/test.yml
@@ -13,7 +13,7 @@ env:
13
14
jobs:
15
test:
16
- 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 : '' }}
17
strategy:
18
matrix:
19
os: [windows-latest, ubuntu-latest, macos-latest]
0 commit comments