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 69823ba commit 4df2eedCopy full SHA for 4df2eed
.github/workflows/ci_tests.yaml
@@ -25,7 +25,7 @@ on:
25
26
jobs:
27
test:
28
- name: ${{ matrix.os }} - Python ${{ matrix.python-version }} / NumPy ${{ matrix.numpy-version }}
+ name: ${{ matrix.os }} - Python ${{ matrix.python-version }} - NumPy ${{ matrix.numpy-version }}
29
runs-on: ${{ matrix.os }}
30
strategy:
31
fail-fast: false
0 commit comments