Merge pull request #2630 from opendatalab/dev

Dev
This commit is contained in:
Xiaomeng Zhao
2025-06-13 20:38:01 +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 ]