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
d3460330
Commit
d3460330
authored
Jul 14, 2025
by
Sidney233
Browse files
test: Update huigui.yml
parent
ec1ba2c0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
+8
-6
.github/workflows/huigui.yml
.github/workflows/huigui.yml
+8
-6
No files found.
.github/workflows/huigui.yml
View file @
d3460330
...
@@ -13,23 +13,25 @@ on:
...
@@ -13,23 +13,25 @@ on:
jobs
:
jobs
:
cli-test
:
cli-test
:
# if: github.repository == 'opendatalab/MinerU'
# if: github.repository == 'opendatalab/MinerU'
runs-on
:
pdf
runs-on
:
ubuntu-latest
timeout-minutes
:
240
timeout-minutes
:
240
strategy
:
strategy
:
fail-fast
:
true
fail-fast
:
true
steps
:
steps
:
-
name
:
PDF cli
-
name
:
PDF cli
uses
:
actions/checkout@v
3
uses
:
actions/checkout@v
4
with
:
with
:
ref
:
dev
fetch-depth
:
2
fetch-depth
:
2
-
name
:
install uv
uses
:
astral-sh/setup-uv@v5
-
name
:
install&test
-
name
:
install&test
run
:
|
run
:
|
source activate mineru
uv --version
conda env list
uv pip install .[test]
pip show coverage
cd $GITHUB_WORKSPACE && sh tests/retry_env.sh
cd $GITHUB_WORKSPACE && python tests/clean_coverage.py
cd $GITHUB_WORKSPACE && python tests/clean_coverage.py
cd $GITHUB_WORKSPACE && coverage run
cd $GITHUB_WORKSPACE && coverage run
cd $GITHUB_WORKSPACE && python tests/get_coverage.py
cd $GITHUB_WORKSPACE && python tests/get_coverage.py
...
...
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