fix ci (temp)

This commit is contained in:
hiyouga
2024-08-31 02:03:56 +08:00
parent a2a8c0b92c
commit b5063b4144
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