Install vision for TF pipeline tests (#20771)
Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
@@ -199,7 +199,7 @@ pipelines_tf_job = CircleCIJob(
|
|||||||
"pipelines_tf",
|
"pipelines_tf",
|
||||||
install_steps=[
|
install_steps=[
|
||||||
"pip install --upgrade pip",
|
"pip install --upgrade pip",
|
||||||
"pip install .[sklearn,tf-cpu,testing,sentencepiece]",
|
"pip install .[sklearn,tf-cpu,testing,sentencepiece,vision]",
|
||||||
"pip install tensorflow_probability",
|
"pip install tensorflow_probability",
|
||||||
],
|
],
|
||||||
pytest_options={"rA": None},
|
pytest_options={"rA": None},
|
||||||
|
|||||||
Reference in New Issue
Block a user