There was an error while loading. Please reload this page.
1 parent 5424e8d commit b7fdeb7Copy full SHA for b7fdeb7
1 file changed
.github/workflows/test.yml
@@ -58,14 +58,13 @@ jobs:
58
run: |
59
tox --py current
60
61
- # This step runs only for jobs in the include matrix and covers linting
+ # This step runs only for jobs in the include matrix
62
- name: Run tox targets for Python ${{ matrix.python }} (${{ matrix.toxenv }})
63
if: ${{ matrix.toxenv != 'py' }}
64
65
tox -e ${{ matrix.toxenv }}
66
env:
67
TOXENV: ${{ matrix.toxenv }}
68
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
69
70
- name: Generate coverage report
71
0 commit comments