Skip to content

Commit

Permalink
Back off Python 3.6, too complicated
Browse files Browse the repository at this point in the history
I couldn't get the coverage step working, or skipped.
  • Loading branch information
matthew-brett committed Sep 1, 2022
1 parent 7262f91 commit 6fa0748
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/testing.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
pip_dep_var: "-r test-requirements.txt"
- python-version: "3.10"
pip_dep_var: "-r test-requirements.txt"
- python-version: 3.6
- python-version: 3.7
# Minimum dependencies; check against test-requirements.txt
pip_dep_var: "numpy==1.15 sympy scipy"
steps:
Expand All @@ -38,7 +38,6 @@ 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 6fa0748

Please sign in to comment.