[Tests] Improve vision tests (#14458)

* Improve tests

* Install vision for tf tests
This commit is contained in:
NielsRogge
2021-11-24 15:22:20 +01:00
committed by GitHub
parent f2e90bcb8f
commit 3772af49ce
6 changed files with 9 additions and 5 deletions

View File

@@ -277,7 +277,7 @@ jobs:
- v0.4-tf-{{ checksum "setup.py" }}
- v0.4-{{ checksum "setup.py" }}
- run: pip install --upgrade pip
- run: pip install .[sklearn,tf-cpu,testing,sentencepiece,tf-speech]
- run: pip install .[sklearn,tf-cpu,testing,sentencepiece,tf-speech,vision]
- save_cache:
key: v0.4-tf-{{ checksum "setup.py" }}
paths:
@@ -310,7 +310,7 @@ jobs:
- v0.4-tf-{{ checksum "setup.py" }}
- v0.4-{{ checksum "setup.py" }}
- run: pip install --upgrade pip
- run: pip install .[sklearn,tf-cpu,testing,sentencepiece,tf-speech]
- run: pip install .[sklearn,tf-cpu,testing,sentencepiece,tf-speech,vision]
- save_cache:
key: v0.4-tf-{{ checksum "setup.py" }}
paths: