Skip to content

Commit

Permalink
Update qc.yml
Browse files Browse the repository at this point in the history
Try having tox do everything
  • Loading branch information
leokim-l authored Nov 20, 2024
1 parent d65ecb9 commit 2ebb231
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/qc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,6 @@ jobs:
virtualenvs-create: true
virtualenvs-in-project: true
- name: Install tox
run: pip install tox tox-gh-actions
run: pip install tox
- name: Run Doctests
run: poetry run tox -e doctest
- name: Generate coverage results
run: |
poetry run pip install -U pytest coverage
poetry run coverage run -p -m pytest tests/
poetry run coverage combine
poetry run coverage xml
poetry run coverage report -m
run: poetry run tox

0 comments on commit 2ebb231

Please sign in to comment.