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 25b75c1 commit 802fd3aCopy full SHA for 802fd3a
.github/workflows/test.yml
@@ -13,7 +13,7 @@ env:
13
14
jobs:
15
test:
16
- name: Python ${{ matrix.python-version }} on ${{ matrix.os }}${{ matrix.numpy != 'numpy' ? ' with ' + matrix.numpy : '' }}
+ name: Python ${{ matrix.python-version }} on ${{ matrix.os }} with ${{ matrix.numpy }}
17
strategy:
18
matrix:
19
os: [windows-latest, ubuntu-latest, macos-latest]
0 commit comments