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
611e2f59
Commit
611e2f59
authored
Jul 12, 2024
by
quyuan
Browse files
update ci
parent
386b17ad
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
13 deletions
+5
-13
.github/workflows/benchmark.yml
.github/workflows/benchmark.yml
+1
-4
.github/workflows/cli.yml
.github/workflows/cli.yml
+1
-9
tools/magic-pdf.json
tools/magic-pdf.json
+3
-0
No files found.
.github/workflows/benchmark.yml
View file @
611e2f59
...
@@ -18,15 +18,12 @@ on:
...
@@ -18,15 +18,12 @@ on:
workflow_dispatch
:
workflow_dispatch
:
jobs
:
jobs
:
pdf-test
:
pdf-test
:
runs-on
:
mineru
runs-on
:
ubuntu-latest
timeout-minutes
:
180
timeout-minutes
:
180
strategy
:
strategy
:
fail-fast
:
true
fail-fast
:
true
steps
:
steps
:
-
name
:
config-net
run
:
|
source activate base
-
name
:
PDF benchmark
-
name
:
PDF benchmark
uses
:
actions/checkout@v3
uses
:
actions/checkout@v3
with
:
with
:
...
...
.github/workflows/cli.yml
View file @
611e2f59
...
@@ -18,15 +18,12 @@ on:
...
@@ -18,15 +18,12 @@ on:
workflow_dispatch
:
workflow_dispatch
:
jobs
:
jobs
:
cli-test
:
cli-test
:
runs-on
:
mineru
runs-on
:
ubuntu-latest
timeout-minutes
:
40
timeout-minutes
:
40
strategy
:
strategy
:
fail-fast
:
true
fail-fast
:
true
steps
:
steps
:
-
name
:
config-net
run
:
|
source activate base
-
name
:
PDF cli
-
name
:
PDF cli
uses
:
actions/checkout@v3
uses
:
actions/checkout@v3
with
:
with
:
...
@@ -40,11 +37,6 @@ jobs:
...
@@ -40,11 +37,6 @@ jobs:
pip install -r requirements.txt
pip install -r requirements.txt
pip install -r requirements-qa.txt
pip install -r requirements-qa.txt
fi
fi
-
name
:
config-net-reset
run
:
|
export http_proxy=""
export https_proxy=""
-
name
:
test_cli
-
name
:
test_cli
run
:
|
run
:
|
echo $GITHUB_WORKSPACE
echo $GITHUB_WORKSPACE
...
...
tools/magic-pdf.json
0 → 100644
View file @
611e2f59
{
"temp-output-dir"
:
"/tmp/"
}
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