diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 14df37e..b8797f2 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -3,14 +3,14 @@ name: Build -on: [push, pull_request] +on: [push] jobs: build: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.7, 3.8, 3.9, 3.10.x] + python-version: [3.7, 3.8, 3.9] steps: - uses: actions/checkout@v4 @@ -33,3 +33,4 @@ jobs: run: | pytest --cov=. coveralls + echo "Completed."