Organize test jobs (#19058)

* Tests conditional run

* Syntax

* Deps

* Try early exit

* Another way

* Test with no tests to run

* Test all

* Typo

* Try this way

* With tests to run

* Mostly finished

* Typo

* With a modification in one file only

* No change, no tests

* Final cleanup

* Address review comments
This commit is contained in:
Sylvain Gugger
2022-09-16 09:19:51 -04:00
committed by GitHub
parent d63bdf78d4
commit 820cb97a3f
2 changed files with 237 additions and 569 deletions

View File

@@ -236,7 +236,6 @@ class DepsTableUpdateCommand(Command):
extras = {}
extras["blob"] = []
extras["ja"] = deps_list("fugashi", "ipadic", "unidic_lite", "unidic")
extras["sklearn"] = deps_list("scikit-learn")