diff --git a/.github/workflows/pr-actions.yml b/.github/workflows/pr-actions.yml index 89295cff..f6066f69 100644 --- a/.github/workflows/pr-actions.yml +++ b/.github/workflows/pr-actions.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [ '2.7', '3.4', '3.5', '3.6', '3.7', '3.8', 'pypy2', 'pypy3' ] + python-version: ['3.8' ] name: PyTests Python ${{ matrix.python-version }} steps: - uses: actions/checkout@v2 @@ -23,7 +23,6 @@ jobs: make lint PyTest: - needs: Linting runs-on: ubuntu-latest strategy: matrix: