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 5d24b0c commit dc113f6Copy full SHA for dc113f6
.github/workflows/test.yml
@@ -16,7 +16,7 @@ concurrency:
16
17
jobs:
18
test:
19
- name: py=${{ matrix.python-version }}, np=${{ matrix.numpy-version }}, deps=${{ matrix.dependency-set }}
+ name: os=${{ matrix.os }}, py=${{ matrix.python-version }}, np=${{ matrix.numpy-version }}, deps=${{ matrix.dependency-set }}
20
21
strategy:
22
matrix:
0 commit comments