From 7262f9152d56c3f36270ab6d352d4f4157b5dafd Mon Sep 17 00:00:00 2001 From: Matthew Brett Date: Thu, 1 Sep 2022 18:03:11 +0100 Subject: [PATCH] Try disabling coverage for Python 3.6 --- .github/workflows/testing.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 91e1ba7..b9fb72b 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -38,6 +38,7 @@ jobs: env: PIP_DEPENDS: ${{ matrix.pip_dep_var }} - name: Install coverage dependencies + if: python-version != 3.6 run: | pip install pytest-cov - name: Install package