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 556a4d3 commit b3a5498Copy full SHA for b3a5498
.github/workflows/test.yml
@@ -13,7 +13,7 @@ env:
13
14
jobs:
15
test:
16
- name: Python ${{ matrix.python-version }} 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