use python3.6 for linting

This commit is contained in:
AlexVonB
2020-08-18 18:41:46 +02:00
parent d2fc689b66
commit 9f3d497053

View File

@@ -16,10 +16,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
- name: Set up Python 3.6
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.6
- name: Install dependencies
run: |
python -m pip install --upgrade pip