Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
fe9152f6
Unverified
Commit
fe9152f6
authored
Dec 15, 2022
by
Yih-Dar
Committed by
GitHub
Dec 15, 2022
Browse files
Install vision for TF pipeline tests (#20771)
Co-authored-by:
ydshieh
<
ydshieh@users.noreply.github.com
>
parent
a9912d2f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.circleci/create_circleci_config.py
.circleci/create_circleci_config.py
+1
-1
No files found.
.circleci/create_circleci_config.py
View file @
fe9152f6
...
...
@@ -199,7 +199,7 @@ pipelines_tf_job = CircleCIJob(
"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
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment