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
71450486
Unverified
Commit
71450486
authored
Apr 08, 2025
by
Xiaomeng Zhao
Committed by
GitHub
Apr 08, 2025
Browse files
Update python-package.yml
parent
87fd4c28
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
.github/workflows/python-package.yml
.github/workflows/python-package.yml
+3
-3
No files found.
.github/workflows/python-package.yml
View file @
71450486
...
...
@@ -60,7 +60,7 @@ jobs:
strategy
:
fail-fast
:
false
matrix
:
python-version
:
[
"
3.10"
]
python-version
:
[
"
3.10"
,
"
3.11"
,
"
3.12"
,
"
3.13"
]
steps
:
-
name
:
Checkout code
...
...
@@ -79,10 +79,10 @@ jobs:
with
:
python-version
:
${{ matrix.python-version }}
-
name
:
Install
dependencies
-
name
:
Install
magic-pdf
run
:
|
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install -e .[full]
-
name
:
Install wheel
run
:
|
...
...
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