We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a9464b commit c612628Copy full SHA for c612628
.circleci/config.yml
@@ -176,7 +176,6 @@ jobs:
176
- run: python utils/check_config_attributes.py
177
- run: python utils/check_doctest_list.py
178
- run: make deps_table_check_updated
179
- - run: python utils/tests_fetcher.py --sanity_check
180
- run: python utils/update_metadata.py --check-only
181
- run: python utils/check_task_guides.py
182
Makefile
@@ -41,7 +41,6 @@ repo-consistency:
41
python utils/check_config_docstrings.py
42
python utils/check_config_attributes.py
43
python utils/check_doctest_list.py
44
- python utils/tests_fetcher.py --sanity_check
45
python utils/update_metadata.py --check-only
46
python utils/check_task_guides.py
47
0 commit comments