Skip to content

Commit 11a5eee

Browse files
committed
pylint have issues with python 3.9
1 parent 534af30 commit 11a5eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Python
2727
uses: actions/setup-python@v2
2828
with:
29-
python-version: '3.x'
29+
python-version: '3.8'
3030
- name: Install dependencies
3131
run: |
3232
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)