Skip to content

Commit

Permalink
also run tests without cattrs to check everything else works
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed Dec 17, 2021
1 parent e08a421 commit eb68cbf
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 eb68cbf

Please sign in to comment.