File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
1515 - checkout
1616
1717 # Download and cache dependencies
18- # - restore_cache:
19- # keys:
20- # - v1-dependencies-{{ checksum "requirements_stub.txt" }}
21- # # fallback to using the latest cache if no exact match is found
22- # - v1-dependencies-
18+ - restore_cache :
19+ keys :
20+ - v1-dependencies-{{ checksum "requirements_stub.txt" }}
21+ # fallback to using the latest cache if no exact match is found
22+ - v1-dependencies-
2323
2424 - run :
2525 name : install dependencies
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ swagger-spec-validator==2.3.1
3838termcolor==1.1.0
3939tinydb==3.12.1
4040tensorflow>=2.0.0
41+ tensorflow_hub>=0.7.0
4142urllib3==1.24.2
4243Werkzeug==0.15.3
4344setuptools==42.0.1
You can’t perform that action at this time.
0 commit comments