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 2a6136e commit 977c16eCopy full SHA for 977c16e
.github/workflows/ci_tests.yaml
@@ -49,7 +49,7 @@ concurrency:
49
50
jobs:
51
test:
52
- name: ${{ matrix.os }} - Python ${{ matrix.python-version }} / NumPy ${{ matrix.numpy-version }}
+ name: ${{ matrix.os }} - Python ${{ matrix.python-version }}
53
runs-on: ${{ matrix.os }}
54
permissions:
55
id-token: write # This is required for requesting OIDC token for codecov
0 commit comments