only run Github action on Python 3.6

This commit is contained in:
Son NK 2020-01-20 10:27:59 +01:00
parent 448d9d1a01
commit a6f19f6877
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.6, 3.7]
python-version: [3.6]
steps:
- uses: actions/checkout@v1