From b7fdeb7338d7f008b5caca78ff95034c9ac885c1 Mon Sep 17 00:00:00 2001 From: "Storm B. Heg" Date: Thu, 7 Nov 2024 15:39:05 +0100 Subject: [PATCH] Update CI comment --- .github/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 299625e..c9b3e19 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: |