Restrict GH Action lint workflow on Python 3.8
Now that Travis-CI status reporting works again, there is no need to run the tests twice.
This commit is contained in:
parent
8b56b90e72
commit
b0a430051e
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [3.5, 3.6, 3.7, 3.8]
|
||||
python-version: [3.8]
|
||||
steps:
|
||||
- name: Checkout Instaloader Repository
|
||||
uses: actions/checkout@v2
|
||||
|
Loading…
Reference in New Issue
Block a user