Skip to content

Commit 4c56422

Browse files
authored
Update lint.yml
1 parent 4ddfc51 commit 4c56422

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ on:
1313
jobs:
1414
flake8:
1515
name: Flake8
16-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-20.04
1717
steps:
1818
- uses: actions/checkout@v3
1919
- uses: actions/setup-python@v4
2020
with:
21-
python-version: '3.6.x'
21+
python-version: '3.6'
2222
- name: Install Flake8
2323
run: |
2424
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)