Unverified Commit e307effe authored by Xiaomeng Zhao's avatar Xiaomeng Zhao Committed by GitHub
Browse files

Merge pull request #2629 from myhloli/dev

fix: update installation command in python-package.yml to install cor…
parents 568a6a55 56265fec
......@@ -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 ]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment