fix: update installation command in python-package.yml to install core dependencies

This commit is contained in:
myhloli
2025-06-13 20:36:16 +08:00
parent 4338b63337
commit 56265fec7a
+1 -1
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 ]