Merge pull request #2629 from myhloli/dev

fix: update installation command in python-package.yml to install cor…
This commit is contained in:
Xiaomeng Zhao
2025-06-13 20:37:30 +08:00
committed by GitHub

View File

@@ -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 ]