1
0
mirror of https://github.com/instaloader/instaloader.git synced 2024-08-17 12:19:38 +02:00

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:
Alexander Graf 2020-06-18 08:33:25 +02:00
parent 8b56b90e72
commit b0a430051e

View File

@ -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