[CI] Fix onnxruntime installation order (#633)

This commit is contained in:
Anton Lozhkov 2022-09-24 18:32:03 +02:00 committed by GitHub
parent 35e9209601
commit 57b70c599c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -92,7 +92,6 @@ _deps = [
"jaxlib>=0.1.65,<=0.3.6",
"modelcards>=0.1.4",
"numpy",
"onnxruntime",
"onnxruntime-gpu",
"pytest",
"pytest-timeout",
@ -179,7 +178,6 @@ extras["docs"] = deps_list("hf-doc-builder")
extras["training"] = deps_list("accelerate", "datasets", "tensorboard", "modelcards")
extras["test"] = deps_list(
"datasets",
"onnxruntime",
"onnxruntime-gpu",
"pytest",
"pytest-timeout",