Fix release workflow hub dependency

This commit is contained in:
Yunnglin
2026-07-01 10:28:58 +08:00
parent 715a85e77d
commit 766eb8c471

View File

@@ -20,7 +20,10 @@ jobs:
with:
python-version: '3.10'
- name: Install wheel
run: pip install wheel && pip install -r requirements/framework.txt
run: |
pip install wheel
pip install -r requirements/framework.txt
pip install -r requirements/hub.txt
- name: Build ModelScope
# Build AST template before packaging
run: |