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
a62b93cd
Commit
a62b93cd
authored
Jul 12, 2024
by
quyuan
Browse files
update requeirements
parent
4a823359
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
.github/workflows/cli.yml
.github/workflows/cli.yml
+4
-1
No files found.
.github/workflows/cli.yml
View file @
a62b93cd
...
...
@@ -33,8 +33,11 @@ jobs:
run
:
|
changed_files=$(git diff --name-only -r HEAD~1 HEAD)
echo $changed_files
if [[ $changed_files =~ "requirements.txt"
]] || [[ $changed_files =~ "requirements-qa.txt"
]]; then
if [[ $changed_files =~ "requirements.txt" ]]; then
pip install -r requirements.txt
fi
if [[ $changed_files =~ "requirements-qa.txt" ]]; then
pip install -r requirements-qa.txt
fi
-
name
:
test_cli
...
...
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