Skip to content

Commit

Permalink
upgrade pylint for 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Elephant Liu committed Nov 8, 2023
1 parent bece3e8 commit bbd2953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
if [ -f test-requirements.txt ]; then pip install -r test-requirements.txt; fi
pip install pylint==3.0.2 pytest==7.1.2 codecov
pip install 'pylint==2.12.2 ; python_version < "3.11"' 'pylint==3.0.2 ; python_version >= "3.11"' pytest==7.1.2 codecov
- name: Lint with pylint
run: |
pylint --rcfile=.pylintrc olo
Expand Down

0 comments on commit bbd2953

Please sign in to comment.