"...retiarii_test/git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "be3a69662a708870840d265eaa66f5dbed66cfd6"
Unverified Commit c824d7ed authored by Suraj Patil's avatar Suraj Patil Committed by GitHub
Browse files

add flax example tests in CI workflow (#14637)

parent bc8a9f41
...@@ -943,6 +943,7 @@ workflows: ...@@ -943,6 +943,7 @@ workflows:
- check_code_quality - check_code_quality
- check_repository_consistency - check_repository_consistency
- run_examples_torch - run_examples_torch
- run_examples_flax
- run_tests_custom_tokenizers - run_tests_custom_tokenizers
- run_tests_torch_and_tf - run_tests_torch_and_tf
- run_tests_torch_and_flax - run_tests_torch_and_flax
...@@ -964,6 +965,7 @@ workflows: ...@@ -964,6 +965,7 @@ workflows:
- master - master
jobs: jobs:
- run_examples_torch_all - run_examples_torch_all
- run_examples_flax_all
- run_tests_torch_and_tf_all - run_tests_torch_and_tf_all
- run_tests_torch_and_flax_all - run_tests_torch_and_flax_all
- run_tests_torch_all - run_tests_torch_all
......
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