From e17a066e14e49e6c883163af843e5eebffff9c66 Mon Sep 17 00:00:00 2001 From: heikoschmidt Date: Fri, 8 Mar 2024 18:05:51 +0100 Subject: [PATCH] first without frills --- .github/workflows/python-app.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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