mirror of
https://github.com/opendatalab/MinerU.git
synced 2026-09-21 12:42:22 +08:00
fix: update installation command in python-package.yml to install core dependencies
This commit is contained in:
@@ -82,7 +82,7 @@ jobs:
|
||||
- name: Install mineru
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -e .[all]
|
||||
pip install -e .[core]
|
||||
|
||||
build:
|
||||
needs: [ check-install ]
|
||||
|
||||
Reference in New Issue
Block a user