Unverified Commit fe9152f6 authored by Yih-Dar's avatar Yih-Dar Committed by GitHub
Browse files

Install vision for TF pipeline tests (#20771)


Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
parent a9912d2f
...@@ -199,7 +199,7 @@ pipelines_tf_job = CircleCIJob( ...@@ -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},
......
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