Skip to content

Commit

Permalink
Updating Lint Python Version
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBurchLog committed Dec 7, 2020
1 parent 750a64b commit 20c6b65
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pr-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -23,7 +23,6 @@ jobs:
make lint
PyTest:
needs: Linting
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 20c6b65

Please sign in to comment.