fix ci (temp)

Former-commit-id: 9ebaafd2e5c16ecef0243e4df77344ed7c823e57
This commit is contained in:
hiyouga
2024-08-31 02:03:56 +08:00
parent 43654028eb
commit 1d8e9c7897
3 changed files with 7 additions and 6 deletions

View File

@@ -40,6 +40,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install git+https://github.com/huggingface/transformers.git
python -m pip install ".[torch,dev]"
- name: Check quality