Skip to content

Commit

Permalink
Try disabling coverage for Python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-brett committed Sep 1, 2022
1 parent 8ccc654 commit 7262f91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/testing.yml
Expand Up @@ -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
Expand Down

0 comments on commit 7262f91

Please sign in to comment.