mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-24 14:58:56 +06:00
> 30 files leads to hanging on --More--
cancel debug printing for now. As it can be seen lead to a failing test here: https://app.circleci.com/pipelines/github/huggingface/transformers/16894/workflows/cc86f7a9-4020-45af-8ab3-c22f79b427cf/jobs/131924
This commit is contained in:
parent
7f9ccffc5b
commit
37f4c24f10
@ -14,7 +14,6 @@ commands:
|
||||
# pipeline.git.base_revision is not always defined, so only proceed if all external vars are defined
|
||||
if test -n "<< pipeline.git.base_revision >>" && test -n "<< pipeline.git.revision >>" && test -n "$(git diff --name-only << pipeline.git.base_revision >>...<< pipeline.git.revision >>)"
|
||||
then
|
||||
git diff --name-only << pipeline.git.base_revision >>...<< pipeline.git.revision >>
|
||||
if git diff --name-only << pipeline.git.base_revision >>...<< pipeline.git.revision >> | egrep -qv '\.(md|rst)$'
|
||||
then
|
||||
echo "Non-docs were modified in this PR, proceeding normally"
|
||||
|
Loading…
Reference in New Issue
Block a user