Skip to content

Commit 4ddfc51

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v3
1919
- uses: actions/setup-python@v4
2020
with:
21-
python-version: '3.6'
21+
python-version: '3.6.x'
2222
- name: Install Flake8
2323
run: |
2424
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)