mirror of
https://github.com/opendatalab/MinerU.git
synced 2026-03-27 11:08:32 +07:00
Merge pull request #2629 from myhloli/dev
fix: update installation command in python-package.yml to install cor…
This commit is contained in:
2
.github/workflows/python-package.yml
vendored
2
.github/workflows/python-package.yml
vendored
@@ -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