|
@@ -8,13 +8,13 @@ concurrency:
|
|
|
|
|
|
jobs:
|
|
|
lint:
|
|
|
- runs-on: ubuntu-latest
|
|
|
+ runs-on: ubuntu-20.04
|
|
|
steps:
|
|
|
- uses: actions/checkout@v3
|
|
|
- - name: Set up Python 3.7.1
|
|
|
+ - name: Set up Python 3.7.2
|
|
|
uses: actions/setup-python@v4
|
|
|
with:
|
|
|
- python-version: 3.7.1
|
|
|
+ python-version: 3.7.2
|
|
|
- name: Upgrade pip
|
|
|
run: python -m pip install pip --upgrade --user
|
|
|
- name: Install pre-commit hooks
|