Skip to content

Commit

Permalink
Fix python style check: update python version to 3.11 (intel#11601)
Browse files Browse the repository at this point in the history
* Update python version to 3.11
  • Loading branch information
liu-shaojun authored and MeouSker77 committed Jul 19, 2024
1 parent 2375100 commit 41f63ba
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
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 41f63ba

Please sign in to comment.