This commit is contained in:
hiyouga
2025-12-27 07:47:43 +08:00
parent c439924e74
commit 1622bad7d4
3 changed files with 9 additions and 14 deletions

View File

@@ -54,7 +54,8 @@ jobs:
- name: Install dependencies
run: |
uv pip install --system -e ".[dev]" torch-npu==${{matrix.pytorch_npu}}
uv pip install torch-npu==${{matrix.pytorch_npu}}
uv pip install -e ".[dev]"
- name: Install node
run: |