From c824d7ed484b13047c9a3c853f7962bf29fa8a18 Mon Sep 17 00:00:00 2001 From: Suraj Patil Date: Mon, 6 Dec 2021 14:50:43 +0530 Subject: [PATCH] add flax example tests in CI workflow (#14637) --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1b98723499..ecd0c56d6a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -943,6 +943,7 @@ workflows: - check_code_quality - check_repository_consistency - run_examples_torch + - run_examples_flax - run_tests_custom_tokenizers - run_tests_torch_and_tf - run_tests_torch_and_flax @@ -964,6 +965,7 @@ workflows: - master jobs: - run_examples_torch_all + - run_examples_flax_all - run_tests_torch_and_tf_all - run_tests_torch_and_flax_all - run_tests_torch_all