Skip to content

Commit 378d940

Browse files
committed
measure
1 parent 33e20a5 commit 378d940

File tree

3 files changed

+404709
-2
lines changed

3 files changed

+404709
-2
lines changed

.circleci/create_circleci_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ def job_name(self):
351351
REPO_UTIL_TESTS = [repo_utils_job]
352352
DOC_TESTS = [doc_test_job]
353353
ALL_TESTS = REGULAR_TESTS + EXAMPLES_TESTS + PIPELINE_TESTS + REPO_UTIL_TESTS + DOC_TESTS + [custom_tokenizers_job] + [exotic_models_job] # fmt: skip
354-
# ALL_TESTS = [pipelines_torch_job]
354+
ALL_TESTS = [hub_job]
355355

356356

357357
def create_circleci_config(folder=None):

0 commit comments

Comments
 (0)