Skip to content

Commit

Permalink
Install vision for TF pipeline tests (huggingface#20771)
Browse files Browse the repository at this point in the history
Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
  • Loading branch information
2 people authored and miyu386 committed Feb 9, 2023
1 parent e4a22f0 commit 3e52926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/create_circleci_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def job_name(self):
"pipelines_tf",
install_steps=[
"pip install --upgrade pip",
"pip install .[sklearn,tf-cpu,testing,sentencepiece]",
"pip install .[sklearn,tf-cpu,testing,sentencepiece,vision]",
"pip install tensorflow_probability",
],
pytest_options={"rA": None},
Expand Down

0 comments on commit 3e52926

Please sign in to comment.