Skip to content

Commit 1450f98

Browse files
committed
Specify Python 3.8 on the workflow for a issue of pylint 2.6.0 on Python 3.9
pylint-dev/pylint#3882
1 parent 94a4b9f commit 1450f98

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/format.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111

1212
- name: Set up Python
1313
uses: actions/setup-python@v1
14+
with:
15+
python-version: 3.8
1416

1517
- name: Install dependencies
1618
run: pip3 install .[dev]

0 commit comments

Comments
 (0)