This commit is contained in:
hiyouga
2025-12-27 07:50:18 +08:00
parent 1622bad7d4
commit 6de0c3da9b
2 changed files with 5 additions and 5 deletions

View File

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