Skip to content

Commit

Permalink
Update CI comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Stormheg committed Nov 7, 2024
1 parent 5424e8d commit b7fdeb7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,13 @@ jobs:
run: |
tox --py current
# This step runs only for jobs in the include matrix and covers linting
# This step runs only for jobs in the include matrix
- name: Run tox targets for Python ${{ matrix.python }} (${{ matrix.toxenv }})
if: ${{ matrix.toxenv != 'py' }}
run: |
tox -e ${{ matrix.toxenv }}
env:
TOXENV: ${{ matrix.toxenv }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Generate coverage report
run: |
Expand Down

0 comments on commit b7fdeb7

Please sign in to comment.