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
cb36408d
Commit
cb36408d
authored
Jul 12, 2024
by
quyuan
Browse files
update requeirements
parent
a62b93cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
9 deletions
+2
-9
.github/workflows/cli.yml
.github/workflows/cli.yml
+2
-9
No files found.
.github/workflows/cli.yml
View file @
cb36408d
...
...
@@ -31,15 +31,8 @@ jobs:
-
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
if [[ $changed_files =~ "requirements-qa.txt" ]]; then
pip install -r requirements-qa.txt
fi
pip install -r requirements.txt
pip install -r requirements-qa.txt
-
name
:
test_cli
run
:
|
echo $GITHUB_WORKSPACE
...
...
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