Skip to content

Commit afeff35

Browse files
committed
use python 3.10 for compatibility with specific pylint version
1 parent de18d88 commit afeff35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/githubci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,10 @@ jobs:
8787
pylint:
8888
runs-on: ubuntu-latest
8989
steps:
90-
- name: Set up Python 3.x
90+
- name: Set up Python 3.10
9191
uses: actions/setup-python@v4
9292
with:
93-
python-version: "3.x"
93+
python-version: "3.10"
9494
- name: Versions
9595
run: |
9696
python3 --version

0 commit comments

Comments
 (0)