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
489be94b
"vscode:/vscode.git/clone" did not exist on "ef1ba56ff7177868df588636bf994526444eca64"
Unverified
Commit
489be94b
authored
Apr 09, 2024
by
quyuan01
Committed by
GitHub
Apr 09, 2024
Browse files
Update benchmark.yml
parent
3e794aac
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
.github/workflows/benchmark.yml
.github/workflows/benchmark.yml
+8
-0
No files found.
.github/workflows/benchmark.yml
View file @
489be94b
...
...
@@ -21,6 +21,14 @@ jobs:
-
name
:
PDF benchmark
uses
:
actions/checkout@v3
-
name
:
check-requirements
run
:
|
changed_files=$(git diff --name-only -r HEAD^1 HEAD)
echo $changed_files
if [[ $changed_files =~ "requirements.txt" ]]; then
pip install -r requirements.txt
fi
-
name
:
benchmark
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