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