Skip to content

Commit

Permalink
updated workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
collinsmarra committed Feb 25, 2024
1 parent 04297b1 commit b05bc92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- run: python -m pip install --upgrade pip wheel
- run: pip install tox tox-gh-actions pytest-cov codecov
- run: pip install tox tox-gh-actions pytest-cov codecov quart
- run: pytest --cov=./ --cov-report=xml
- uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit b05bc92

Please sign in to comment.