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 62315a6 commit 9407f43Copy full SHA for 9407f43
.github/workflows/test.yaml
@@ -3,7 +3,8 @@ on: [push]
3
4
jobs:
5
test:
6
- name: Test: (${{ matrix.python-version }}, ${{ matrix.os }})
+ # name: Test: (${{ matrix.python-version }}, ${{ matrix.os }})
7
+ name: Test
8
runs-on: ${{ matrix.os }}
9
strategy:
10
fail-fast: false
0 commit comments