Skip to content

Commit

Permalink
Update pytest.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Snuffy2 committed Dec 14, 2024
1 parent be9cf56 commit a7536d5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,12 @@ jobs:
- name: 📦 Install requirements
run: |
pip install tox tox-gh-actions
- name: 🏃 Test with tox
run: tox
- name: 🏃 tox - pytest
run: tox r -e py311 py312 py313
- name: 👕 tox - lint
run: tox r -e lint
- name: ⌨️ tox - mypy
run: tox r -e mypy
- name: 📤 Upload coverage to Codecov
uses: "actions/upload-artifact@v4"
with:
Expand Down

0 comments on commit a7536d5

Please sign in to comment.