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:
15
15
- checkout
16
16
17
17
# 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-
23
23
24
24
- run :
25
25
name : install dependencies
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ swagger-spec-validator==2.3.1
38
38
termcolor==1.1.0
39
39
tinydb==3.12.1
40
40
tensorflow>=2.0.0
41
+ tensorflow_hub>=0.7.0
41
42
urllib3==1.24.2
42
43
Werkzeug==0.15.3
43
44
setuptools==42.0.1
You can’t perform that action at this time.
0 commit comments