Unverified Commit 4996922b authored by Ngo Quang Huy's avatar Ngo Quang Huy Committed by GitHub
Browse files

[docs] fix wrong file name in `pr_check` (#15380)

parent 8f5d62fd
...@@ -45,7 +45,7 @@ All the jobs that begin with `ci/circleci: run_tests_` run parts of the Transfor ...@@ -45,7 +45,7 @@ All the jobs that begin with `ci/circleci: run_tests_` run parts of the Transfor
Note that to avoid running tests when there is no real change in the modules they are testing, only part of the test suite is run each time: a utility is run to determine the differences in the library between before and after the PR (what GitHub shows you in the "Files changes" tab) and picks the tests impacted by that diff. That utility can be run locally with: Note that to avoid running tests when there is no real change in the modules they are testing, only part of the test suite is run each time: a utility is run to determine the differences in the library between before and after the PR (what GitHub shows you in the "Files changes" tab) and picks the tests impacted by that diff. That utility can be run locally with:
```bash ```bash
python utils/test_fetcher.py python utils/tests_fetcher.py
``` ```
from the root of the Transformers repo. It will: from the root of the Transformers repo. It will:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment