Run linting on 3.7

This commit is contained in:
Jonathan Kim 2021-07-14 17:13:35 +01:00
parent 43f6d5d71d
commit 30179ec55e

View File

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