From d26280fb150a0a94c30192b89fc28f377179c7ce Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Thu, 21 Apr 2022 09:43:51 +0200 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7a0412ae..82666b83 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -61,10 +61,10 @@ jobs: # this is why we run `coverage xml` afterwards (required by codecov) - name: Upload to Codecov - if: matrix.os == 'ubuntu-latest' && matrix.python-version == 3.7 && matrix.sphinx == '>=3,<4' && github.repository == 'executablebooks/MyST-NB' + if: github.repository == 'executablebooks/MyST-NB' uses: codecov/codecov-action@v1 with: - name: myst-nb-pytests-py3.7 + name: myst-nb-pytests flags: pytests file: ./coverage.xml fail_ci_if_error: true