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
89fe33b2
Commit
89fe33b2
authored
Jul 03, 2024
by
quyuan
Browse files
update ci
parent
50319a75
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
+2
-5
.github/workflows/benchmark.yml
.github/workflows/benchmark.yml
+1
-5
.github/workflows/cli.yml
.github/workflows/cli.yml
+1
-0
No files found.
.github/workflows/benchmark.yml
View file @
89fe33b2
...
...
@@ -37,12 +37,8 @@ jobs:
echo $changed_files
if [[ $changed_files =~ "requirements.txt" ]]; then
pip install -r requirements.txt
pip install -r requirements-qa.txt
fi
-
name
:
config-net-reset
run
:
|
export http_proxy=""
export https_proxy=""
-
name
:
get-benchmark-result
run
:
|
echo "start test"
...
...
.github/workflows/cli.yml
View file @
89fe33b2
...
...
@@ -38,6 +38,7 @@ jobs:
echo $changed_files
if [[ $changed_files =~ "requirements.txt" ]]; then
pip install -r requirements.txt
pip install -r requirements-qa.txt
fi
-
name
:
config-net-reset
...
...
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