fix ci compatible issues,fix llmpipeline lazy import issue (#725)

* fix ci issue

* fix case issue

* modify lint to python3.10

* fix case issue

---------

Co-authored-by: mulin.lyh <mulin.lyh@taobao.com>
This commit is contained in:
liuyhwangyh
2024-01-17 22:19:05 +08:00
committed by GitHub
parent 94ce1ebd7a
commit 672c32e7bd
19 changed files with 99 additions and 92 deletions

View File

@@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.7
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: '3.10'
- name: Install pre-commit hook
run: |
pip install pre-commit