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 802fd3a commit 9e8136dCopy full SHA for 9e8136d
.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