Skip to content

Commit b7fdeb7

Browse files
committed
Update CI comment
1 parent 5424e8d commit b7fdeb7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,13 @@ jobs:
5858
run: |
5959
tox --py current
6060
61-
# This step runs only for jobs in the include matrix and covers linting
61+
# This step runs only for jobs in the include matrix
6262
- name: Run tox targets for Python ${{ matrix.python }} (${{ matrix.toxenv }})
6363
if: ${{ matrix.toxenv != 'py' }}
6464
run: |
6565
tox -e ${{ matrix.toxenv }}
6666
env:
6767
TOXENV: ${{ matrix.toxenv }}
68-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6968

7069
- name: Generate coverage report
7170
run: |

0 commit comments

Comments
 (0)