Skip to content

Commit

Permalink
Merge pull request #191 from fonttools/test-without-cattrs
Browse files Browse the repository at this point in the history
also run tests without cattrs to check everything else works
  • Loading branch information
anthrotype authored Dec 17, 2021
2 parents e08a421 + eb68cbf commit c1e93a9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ jobs:
run: pip install tox coverage
- name: Run Tox
run: tox -e py-cov
- name: Re-run Tox (without cattrs)
if: startsWith(matrix.platform, 'ubuntu-latest') && startsWith(matrix.python-version, '3.10')
run: |
.tox/py-cov/bin/pip uninstall -y cattrs
tox -e py-cov --skip-pkg-install
- name: Produce coverage files
run: |
coverage combine
Expand Down

0 comments on commit c1e93a9

Please sign in to comment.