mirror of
https://github.com/modelscope/modelscope.git
synced 2026-07-09 20:09:17 +02:00
Fix release workflow hub dependency
This commit is contained in:
5
.github/workflows/publish.yaml
vendored
5
.github/workflows/publish.yaml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user