tiny fix about badam

This commit is contained in:
hiyouga
2024-06-25 01:54:53 +08:00
parent efb81b25ec
commit 095fab58d3
17 changed files with 31 additions and 102 deletions

View File

@@ -34,7 +34,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install .[torch,dev]
python -m pip install ".[torch,dev]"
- name: Check quality
run: |