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 59d4ae0 commit 2e9d995Copy full SHA for 2e9d995
.github/workflows/test.yml
@@ -39,7 +39,7 @@ jobs:
39
40
runs-on: ${{ matrix.os }}
41
42
- name: ${{ matrix.os }}, Python ${{ matrix.python-version }}
+ name: ${{ matrix.os }}, Python ${{ matrix.python-version }}, pytest ${{ matrix.pytest-version }}
43
steps:
44
- uses: actions/checkout@v2
45
0 commit comments