mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-04 21:30:07 +06:00
Install vision for TF pipeline tests (#20771)
Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
parent
a9912d2fca
commit
fe9152f67c
@ -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},
|
||||||
|
Loading…
Reference in New Issue
Block a user