Skip to content

Commit

Permalink
Fix python style check: update python version to 3.11 (#11601)
Browse files Browse the repository at this point in the history
* Update python version to 3.11
liu-shaojun authored Jul 17, 2024
1 parent 9c15abf commit 2b17536
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/python-style-check.yml
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7]
python-version: [3.11]

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
@@ -44,10 +44,8 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install dependencies
run: pip install pycodestyle
pip install pydocstyle
pip install mypy==0.982
pip install wheel
run: |
pip install pycodestyle pydocstyle mypy==0.982 wheel
- name: LLM style checking
run: bash python/llm/dev/test/lint-python

0 comments on commit 2b17536

Please sign in to comment.