diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 4d411b7..89b3b9f 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -14,12 +14,10 @@ permissions: jobs: build: - runs-on: ubuntu-latest strategy: matrix: python-version: ["pypy3.9", "pypy3.10", "3.9", "3.10", "3.11", "3.12"] - steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} @@ -34,4 +32,4 @@ jobs: pip install -r requirements.txt - name: Test with pytest run: | - pytest tests.py --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html + pytest