From a7536d564a4faa601b54b1df3df2d9425effe939 Mon Sep 17 00:00:00 2001 From: Snuffy2 Date: Fri, 13 Dec 2024 21:08:38 -0500 Subject: [PATCH] Update pytest.yaml --- .github/workflows/pytest.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 3d261715..257a7c50 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -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: