".github/vscode:/vscode.git/clone" did not exist on "fc9c3153e5c6e5db6152672a87834bd0a44263b9"
Commit 56265fec authored by myhloli's avatar myhloli
Browse files

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

parent 4338b633
......@@ -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