Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
MinerU
Commits
56265fec
".github/vscode:/vscode.git/clone" did not exist on "fc9c3153e5c6e5db6152672a87834bd0a44263b9"
Commit
56265fec
authored
Jun 13, 2025
by
myhloli
Browse files
fix: update installation command in python-package.yml to install core dependencies
parent
4338b633
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.github/workflows/python-package.yml
.github/workflows/python-package.yml
+1
-1
No files found.
.github/workflows/python-package.yml
View file @
56265fec
...
...
@@ -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
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment