Skip to content

Commit 4e0c421

Browse files
committed
github: force python 3.8 for pylint
Pylint does not support python 3.9 properly: Value 'Optional' is unsubscriptable (unsubscriptable-object) This is a known issue. Until it is fixed run the lint checks with python 3.8. Link: pylint-dev/pylint#3882 Signed-off-by: Robin Jarry <[email protected]>
1 parent 2b1045d commit 4e0c421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v2
1313
- uses: actions/setup-python@v2
1414
with:
15-
python-version: 3.x
15+
python-version: 3.8
1616
- uses: actions/cache@v2
1717
with:
1818
path: ~/.cache/pip

0 commit comments

Comments
 (0)